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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user