mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
bug 2011 - dlg.Raise() only required for GTK
This commit is contained in:
@@ -350,7 +350,7 @@ bool LabelDialog::Show(bool show)
|
||||
{
|
||||
bool ret = wxDialogWrapper::Show(show);
|
||||
|
||||
mGrid->SetFocus(); // Required (at least on Linux).
|
||||
mGrid->SetFocus(); // Required for Linux and Mac.
|
||||
|
||||
// Set initial row
|
||||
// (This will not work until the grid is actually displayed)
|
||||
|
||||
Reference in New Issue
Block a user