Skip to content

Commit

Permalink
Attempt to fix #17783, window not activated on OSX after font dialog
Browse files Browse the repository at this point in the history
displayed
  • Loading branch information
nyalldawson committed Jan 29, 2018
1 parent 8db10ef commit 5ab5d09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsfontbutton.cpp
Expand Up @@ -105,6 +105,7 @@ void QgsFontButton::showSettingsDialog()

// reactivate button's window
activateWindow();
raise();
}

QgsMapCanvas *QgsFontButton::mapCanvas() const
Expand Down

0 comments on commit 5ab5d09

Please sign in to comment.