mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-24 23:13:42 +02:00
Fix TAB key navigation on Mac for all dialogs (not only for panels)
This commit is contained in:
@@ -54,7 +54,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
class TimerRecordDialog final : public wxDialog
|
||||
class TimerRecordDialog final : public wxDialogWrapper
|
||||
{
|
||||
public:
|
||||
TimerRecordDialog(wxWindow* parent, bool bAlreadySaved);
|
||||
|
||||
Reference in New Issue
Block a user