mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01:00
Fix TAB key navigation on Mac for all dialogs (not only for panels)
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
|
||||
#include "MemoryX.h"
|
||||
#include <vector>
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/statbmp.h>
|
||||
#include <wx/bitmap.h>
|
||||
#include "widgets/wxPanelWrapper.h"
|
||||
|
||||
class ShuttleGui;
|
||||
|
||||
@@ -49,7 +49,7 @@ struct AboutDialogCreditItem {
|
||||
|
||||
using AboutDialogCreditItemsList = std::vector<AboutDialogCreditItem>;
|
||||
|
||||
class AboutDialog final : public wxDialog {
|
||||
class AboutDialog final : public wxDialogWrapper {
|
||||
DECLARE_DYNAMIC_CLASS(AboutDialog)
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user