mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Fix TAB key navigation on Mac for all dialogs (not only for panels)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#define __AUDACITY_SPLASH_DLG__
|
||||
|
||||
#include <wx/dialog.h>
|
||||
#include "widgets/wxPanelWrapper.h"
|
||||
|
||||
class wxBoxSizer;
|
||||
class wxStaticBitmap;
|
||||
@@ -21,7 +22,7 @@ class AudacityProject;
|
||||
class wxCheckbox;
|
||||
class HtmlWindow;
|
||||
|
||||
class SplashDialog final : public wxDialog {
|
||||
class SplashDialog final : public wxDialogWrapper {
|
||||
DECLARE_DYNAMIC_CLASS(SplashDialog)
|
||||
public:
|
||||
SplashDialog(wxWindow * parent);
|
||||
|
||||
Reference in New Issue
Block a user