Skip to content

Commit

Permalink
Fix missing show/hide selected layers icons
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Oct 29, 2014
1 parent f9fcee9 commit 8d7eb7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions images/images.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@
<file>themes/default/mActionHelpContents.svg</file>
<file>themes/default/mActionHelpSponsors.png</file>
<file>themes/default/mActionHideAllLayers.png</file>
<file>themes/default/mActionHideSelectedLayers.png</file>
<file>themes/default/mActionIdentify.svg</file>
<file>themes/default/mActionIncreaseBrightness.svg</file>
<file>themes/default/mActionIncreaseContrast.svg</file>
Expand Down Expand Up @@ -266,6 +267,7 @@
<file>themes/default/mActionShowPinnedLabels.svg</file>
<file>themes/default/mActionShowPluginManager.svg</file>
<file>themes/default/mActionShowRasterCalculator.png</file>
<file>themes/default/mActionShowSelectedLayers.png</file>
<file>themes/default/mActionSignMinus.png</file>
<file>themes/default/mActionSignPlus.png</file>
<file>themes/default/mActionSimplify.png</file>
Expand Down
4 changes: 2 additions & 2 deletions src/ui/qgisapp.ui
Original file line number Diff line number Diff line change
Expand Up @@ -2247,7 +2247,7 @@ Acts on currently active editable layer</string>
<action name="mActionShowSelectedLayers">
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionShowAllLayers.png</normaloff>:/images/themes/default/mActionShowSelectedLayers.png</iconset>
<normaloff>:/images/themes/default/mActionShowSelectedLayers.png</normaloff>:/images/themes/default/mActionShowSelectedLayers.png</iconset>
</property>
<property name="text">
<string>Show Selected Layers</string>
Expand All @@ -2256,7 +2256,7 @@ Acts on currently active editable layer</string>
<action name="mActionHideSelectedLayers">
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionHideAllLayers.png</normaloff>:/images/themes/default/mActionHideSelectedLayers.png</iconset>
<normaloff>:/images/themes/default/mActionHideSelectedLayers.png</normaloff>:/images/themes/default/mActionHideSelectedLayers.png</iconset>
</property>
<property name="text">
<string>Hide Selected Layers</string>
Expand Down

0 comments on commit 8d7eb7d

Please sign in to comment.