mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-27 21:14:08 +00:00
This needs to be reverted.
This commit is contained in:
parent
42bc0be96e
commit
3adc1fb28f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user