1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 08:27:13 +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

@@ -296,8 +296,6 @@ void QuitAudacity(bool bForce)
}
}
LWSlider::DeleteSharedTipPanel();
ModuleManager::Get().Dispatch(AppQuiting);
#ifdef EXPERIMENTAL_SCOREALIGN