mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 07:01:18 +02:00
Fix TAB key navigation on Mac for all dialogs (not only for panels)
This commit is contained in:
@@ -242,7 +242,7 @@ static wxString AskCopyOrEdit()
|
||||
// check the current preferences for whether or not we should ask the user about this.
|
||||
if (oldAskPref) {
|
||||
wxString newCopyPref = wxT("copy");
|
||||
wxDialog dialog(NULL, -1, wxString(_("Warning")));
|
||||
wxDialogWrapper dialog(nullptr, -1, wxString(_("Warning")));
|
||||
dialog.SetName(dialog.GetTitle());
|
||||
|
||||
wxBoxSizer *vbox;
|
||||
|
Reference in New Issue
Block a user