1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-06 14:52:34 +02:00
Paul Licameli ef7068f46a Fix some failures to update the vertical scrollbar...
... Problem involves sequence in which event handlers are done, and started at
commit 278509a which updated track Y coordinates in a handler.

Solution is to delay the updating of scrollbars further, using CallAfter.

Also remove one unnecessary call to ProjectWindow::FixScrollbars() because
ProjectWindow::HandleResize follows it and includes scrollbar update already.
2019-06-25 17:41:29 -04:00
..
2019-06-25 00:14:53 -04:00
2019-06-25 00:14:52 -04:00
2019-04-24 20:10:01 +01:00
2019-05-21 18:15:03 -04:00
2019-06-03 01:43:26 -04:00
2019-05-23 13:10:19 -04:00
2019-05-23 13:10:19 -04:00
2019-06-09 19:25:59 +01:00
2019-05-20 13:49:26 -04:00
2019-05-20 13:49:26 -04:00
2019-03-26 11:33:55 -04:00
2019-03-30 11:15:27 -04:00
2019-03-26 11:17:41 -04:00
2019-03-26 11:33:55 -04:00
2019-06-03 01:13:13 -04:00
2019-05-23 14:08:09 -04:00
2019-05-23 14:08:09 -04:00
2019-05-18 20:29:25 -04:00
2019-03-31 16:31:30 -04:00
2019-06-10 22:28:28 -04:00