diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-12 21:02:29 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-12 21:02:29 (GMT) |
commit | 4889f4c5bcc53c5d2055e1342329dfaa5c8e73ba (patch) | |
tree | f7fc3e95a25bcf19f86b97d1b83f8f764e01d4a2 | |
parent | 2061ad3834e04b2f41aec5c105e6dbca305553af (diff) |
bugfix: Forgot to set view menus checkable
git-svn-id: http://svn.clifford.at/openscad/trunk@162 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | MainWindow.ui | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MainWindow.ui b/MainWindow.ui index 7baace4..5ba3c75 100644 --- a/MainWindow.ui +++ b/MainWindow.ui @@ -420,6 +420,9 @@ </property> </action> <action name="viewActionShowEdges"> + <property name="checkable"> + <bool>true</bool> + </property> <property name="text"> <string>Show Edges</string> </property> @@ -428,6 +431,9 @@ </property> </action> <action name="viewActionShowAxes"> + <property name="checkable"> + <bool>true</bool> + </property> <property name="text"> <string>Show Axes</string> </property> @@ -436,6 +442,9 @@ </property> </action> <action name="viewActionShowCrosshairs"> + <property name="checkable"> + <bool>true</bool> + </property> <property name="text"> <string>Show Crosshairs</string> </property> |