diff options
Diffstat (limited to 'mainwin.cc')
-rw-r--r-- | mainwin.cc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1753,6 +1753,8 @@ void MainWindow::preferences() { Preferences::inst()->show(); + Preferences::inst()->activateWindow(); + Preferences::inst()->raise(); } void MainWindow::setFont(const QString &family, uint size) |