Commit ff7a653f authored by John Tapsell's avatar John Tapsell

Make all the view actions checkable

parent 15c0cef4
...@@ -401,6 +401,9 @@ ...@@ -401,6 +401,9 @@
</property> </property>
</action> </action>
<action name="actionFirmwareUpdateView"> <action name="actionFirmwareUpdateView">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon"> <property name="icon">
<iconset resource="../../qgroundcontrol.qrc"> <iconset resource="../../qgroundcontrol.qrc">
<normaloff>:/files/images/status/software-update-available.svg</normaloff>:/files/images/status/software-update-available.svg</iconset> <normaloff>:/files/images/status/software-update-available.svg</normaloff>:/files/images/status/software-update-available.svg</iconset>
...@@ -472,11 +475,17 @@ ...@@ -472,11 +475,17 @@
</property> </property>
</action> </action>
<action name="actionGoogleEarthView"> <action name="actionGoogleEarthView">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text"> <property name="text">
<string>Google Earth</string> <string>Google Earth</string>
</property> </property>
</action> </action>
<action name="actionLocal3DView"> <action name="actionLocal3DView">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text"> <property name="text">
<string>Local 3D View</string> <string>Local 3D View</string>
</property> </property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment