Attempt to fix #17783, window not activated on OSX after font dialog

displayed
This commit is contained in:
Nyall Dawson 2018-01-05 10:29:40 +10:00
parent 8db10ef71c
commit 5ab5d095e4

View File

@ -105,6 +105,7 @@ void QgsFontButton::showSettingsDialog()
// reactivate button's window
activateWindow();
raise();
}
QgsMapCanvas *QgsFontButton::mapCanvas() const