1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-18 00:37:59 +01:00

Much easier to dock with an empty dock now.

Overlapping a dock is now enough to trigger docking.  Previously the top left corner had to be in the dock.
This commit is contained in:
james.k.crook@gmail.com
2014-11-02 17:39:50 +00:00
parent a0ff55faa9
commit 799230b882
3 changed files with 12 additions and 14 deletions

View File

@@ -115,6 +115,11 @@ void ToolDock::Undock( ToolBar *bar )
}
}
int ToolDock::GetBarCount()
{
return mDockedBars.GetCount();
}
//
// Handle ToolDock events
//