This needs to be reverted.

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

View File

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