diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-22 13:17:41 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-22 13:17:41 (GMT) |
commit | 8561215e0959ed049356b525f0875d842eca296a (patch) | |
tree | d3817cc231f2ad88e115f40d4ecbdfbf6c0fa221 /mainwin.cc | |
parent | 05dc585cab293cefd079333668a96fe8b28b04f8 (diff) |
Better behavior of prefs dialog
git-svn-id: http://svn.clifford.at/openscad/trunk@334 b57f626f-c46c-0410-a088-ec61d464b74c
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) |