1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Change TipPanel to be a shared, singleton instance.

Also make linux build use wxPopupWindow.
This commit is contained in:
mchinen
2010-11-28 00:23:27 +00:00
parent d99e15e193
commit 1261f6ef62
3 changed files with 68 additions and 85 deletions

View File

@@ -66,6 +66,7 @@ It handles initialization and termination by subclassing wxApp.
#include "effects/LoadEffects.h"
#include "effects/Contrast.h"
#include "effects/VST/VSTEffect.h"
#include "widgets/ASlider.h"
#include "FFmpeg.h"
#include "GStreamerLoader.h"
#include "Internat.h"
@@ -267,6 +268,8 @@ void QuitAudacity(bool bForce)
}
}
LWSlider::DeleteSharedTipPanel();
ModuleManager::Dispatch(AppQuiting);
wxLogWindow *lw = wxGetApp().mLogger;