1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-12 07:35:51 +01:00

Make Mixer ToolBar resizable.

This commit is contained in:
James Crook
2018-07-21 16:59:33 +01:00
parent 132986de1a
commit 8b2fa68a88
2 changed files with 8 additions and 4 deletions

View File

@@ -38,6 +38,7 @@ class MixerToolBar final : public ToolBar {
void Populate() override;
void Repaint(wxDC * WXUNUSED(dc)) override {};
void EnableDisableButtons() override {};
int GetMinToolbarWidth() override { return 250; }
void OnFocus(wxFocusEvent &event);
void OnCaptureKey(wxCommandEvent &event);