Skip to content

Commit 4d97bd5

Browse files
author
wonder
committed
Make sure that the new tools' icons are updated when changing theme.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10703 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 603982d commit 4d97bd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/qgisapp.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1531,8 +1531,11 @@ void QgisApp::setTheme( QString theThemeName )
15311531
mActionAddVertex->setIcon( getThemeIcon( "/mActionAddVertex.png" ) );
15321532
mActionMoveVertex->setIcon( getThemeIcon( "/mActionMoveVertex.png" ) );
15331533
mActionDeleteVertex->setIcon( getThemeIcon( "/mActionDeleteVertex.png" ) );
1534+
mActionSimplifyFeature->setIcon( getThemeIcon( "/mActionSimplify.png" ) );
15341535
mActionAddRing->setIcon( getThemeIcon( "/mActionAddRing.png" ) );
15351536
mActionAddIsland->setIcon( getThemeIcon( "/mActionAddIsland.png" ) );
1537+
mActionDeleteHole->setIcon( getThemeIcon( "/mActionDeleteHole.png" ) );
1538+
mActionDeletePart->setIcon( getThemeIcon( "/mActionDeletePart.png" ) );
15361539
mActionZoomIn->setIcon( getThemeIcon( "/mActionZoomIn.png" ) );
15371540
mActionZoomOut->setIcon( getThemeIcon( "/mActionZoomOut.png" ) );
15381541
mActionZoomFullExtent->setIcon( getThemeIcon( "/mActionZoomFullExtent.png" ) );

0 commit comments

Comments
 (0)