1
0
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:
Leland Lucius
2015-07-20 02:10:05 -05:00
parent 62dc087050
commit 255be8cfe7
9 changed files with 69 additions and 203 deletions

View File

@@ -30,7 +30,6 @@ class MixerToolBar:public ToolBar {
void Create(wxWindow * parent);
void RecreateTipWindows();
void UpdatePrefs();
void UpdateControls();
void SetMixer(wxCommandEvent &event);