1
0
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:
James Crook
2018-04-22 16:59:20 +01:00
parent c2e07b4620
commit b1e0add67f

View File

@@ -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)