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:
@@ -115,6 +115,11 @@ void ToolDock::Undock( ToolBar *bar )
|
||||
}
|
||||
}
|
||||
|
||||
int ToolDock::GetBarCount()
|
||||
{
|
||||
return mDockedBars.GetCount();
|
||||
}
|
||||
|
||||
//
|
||||
// Handle ToolDock events
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user