1
0
mirror of https://github.com/clangen/musikcube.git synced 2025-01-27 06:35:28 +00:00

This needs to be reverted.

This commit is contained in:
casey langen 2022-03-14 01:52:09 -07:00
parent 42bc0be96e
commit 3adc1fb28f

@ -792,7 +792,7 @@ void TransportWindow::Update(TimeMode timeMode) {
int const timerTrackWidth = int const timerTrackWidth =
this->GetContentWidth() - this->GetContentWidth() -
bottomRowControlsWidth; bottomRowControlsWidth - 1; /* this `- 1` is a hack i don't know why we need it please send help */
thumbOffset = 0; thumbOffset = 0;