Skip to content

Commit

Permalink
Make actions non-checkable (the current mode does not appear pressed …
Browse files Browse the repository at this point in the history
…in toolbar)
  • Loading branch information
wonder-sk committed Apr 21, 2018
1 parent d6f2b3a commit 4adb762
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/ui/qgsidentifyresultsbase.ui
Expand Up @@ -341,9 +341,6 @@
</action>

<action name="mActionSelectFeatures">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionSelectRectangle.svg</normaloff>:/images/themes/default/mActionSelectRectangle.svg</iconset>
Expand All @@ -356,9 +353,6 @@
</property>
</action>
<action name="mActionSelectPolygon">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionSelectPolygon.svg</normaloff>:/images/themes/default/mActionSelectPolygon.svg</iconset>
Expand All @@ -368,9 +362,6 @@
</property>
</action>
<action name="mActionSelectFreehand">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionSelectFreehand.svg</normaloff>:/images/themes/default/mActionSelectFreehand.svg</iconset>
Expand All @@ -380,9 +371,6 @@
</property>
</action>
<action name="mActionSelectRadius">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionSelectRadius.svg</normaloff>:/images/themes/default/mActionSelectRadius.svg</iconset>
Expand Down

0 comments on commit 4adb762

Please sign in to comment.