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