1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-02 04:24:51 +02:00

Remove some unnecessary calls to FixScrollbars...

... because RedrawProject or HandleResize invokes it
This commit is contained in:
Paul Licameli
2019-06-26 12:25:23 -04:00
parent 73fb2a2a82
commit abe69ddd35
3 changed files with 0 additions and 4 deletions

View File

@@ -148,7 +148,6 @@ You are saving directly to a slow external storage device\n\
history.PushState(_("Recorded Audio"), _("Record"));
// Refresh the project window
window.FixScrollbars();
window.RedrawProject();
}