mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 06:03:49 +01:00
Bug812 - Vertical scrollbar position should be persistent too, as is horizontal
Effective but perhaps inelegant fix.
This commit is contained in:
@@ -618,7 +618,9 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
|
||||
// Are we currently closing as the result of a menu command?
|
||||
bool mMenuClose;
|
||||
|
||||
DECLARE_EVENT_TABLE()
|
||||
bool mbInitializingScrollbar;
|
||||
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
||||
typedef void (AudacityProject::*audCommandFunction)();
|
||||
|
||||
Reference in New Issue
Block a user