1
0
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:
Paul-Licameli
2015-04-09 20:20:51 -04:00
parent c6455312aa
commit 5d19887da6
2 changed files with 34 additions and 16 deletions

View File

@@ -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)();