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

Fix docking of, e. g., scrubbing toolbar right of device

This commit is contained in:
Paul Licameli
2016-07-02 13:02:24 -04:00
parent 37798bfa6b
commit db2ee75c0a
3 changed files with 10 additions and 5 deletions

View File

@@ -138,7 +138,8 @@ public:
~ToolFrame();
ToolBar *GetToolBar() { return mBar; }
ToolBar *GetBar() { return mBar; }
ToolBar *ClearBar() { mBar = nullptr; }
//
// Transition a toolbar from float to dragging