1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-23 17:11:13 +01:00

Allow tabbing to the button on the time ruler...

... by making the ruler and the upper tool dock part of one panel
This commit is contained in:
Paul Licameli
2016-06-25 02:42:22 -04:00
parent 57788c8d7a
commit ae14cb0dbc
7 changed files with 35 additions and 14 deletions

View File

@@ -45,7 +45,7 @@ class ToolManager final : public wxEvtHandler
public:
ToolManager( AudacityProject *parent );
ToolManager( AudacityProject *parent, wxWindow *topDockParent );
~ToolManager();
void LayoutToolBars();