mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-25 07:31:14 +01:00
Bug 1870 - Mixer Board on Windows - with a single track the window cannot be moved on the screen
This commit is contained in:
@@ -862,7 +862,7 @@ void MixerBoardScrolledWindow::OnMouseEvent(wxMouseEvent& event)
|
||||
#define MIXER_BOARD_MIN_HEIGHT 460
|
||||
|
||||
// Min width is one cluster wide, plus margins.
|
||||
#define MIXER_BOARD_MIN_WIDTH kTripleInset + kMixerTrackClusterWidth + kTripleInset
|
||||
#define MIXER_BOARD_MIN_WIDTH kTripleInset + kMixerTrackClusterWidth*2 + kTripleInset
|
||||
|
||||
|
||||
BEGIN_EVENT_TABLE(MixerBoard, wxWindow)
|
||||
|
||||
Reference in New Issue
Block a user