mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 15:45:54 +01:00
Reworked the TipPanel used with ASliders
It was producing "ghost" windows on OSX in wx3. These were supposed to be hidden, but they weren't any longer and after reviewing TipPanel, I realized that there was a separate code path for OSX entirely...must've gone back to some of the earliest versions. Now all platforms use the same bit of code.
This commit is contained in:
@@ -30,7 +30,6 @@ class MixerToolBar:public ToolBar {
|
||||
|
||||
void Create(wxWindow * parent);
|
||||
|
||||
void RecreateTipWindows();
|
||||
void UpdatePrefs();
|
||||
void UpdateControls();
|
||||
void SetMixer(wxCommandEvent &event);
|
||||
|
||||
Reference in New Issue
Block a user