bugfix: Forgot to set view menus checkable

git-svn-id: http://svn.clifford.at/openscad/trunk@162 b57f626f-c46c-0410-a088-ec61d464b74c
stl_dim
kintel 2009-12-12 21:02:29 +00:00
parent 2061ad3834
commit 4889f4c5bc
1 changed files with 9 additions and 0 deletions

View File

@ -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>