Skip to content

Commit d8b5738

Browse files
author
mhugent
committed
Change rotate point icon on theme change
git-svn-id: http://svn.osgeo.org/qgis/trunk@12025 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8ffbccf commit d8b5738

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/qgisapp.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1675,6 +1675,7 @@ void QgisApp::setTheme( QString theThemeName )
16751675
mActionDeleteRing->setIcon( getThemeIcon( "/mActionDeleteRing.png" ) );
16761676
mActionDeletePart->setIcon( getThemeIcon( "/mActionDeletePart.png" ) );
16771677
mActionMergeFeatures->setIcon( getThemeIcon( "/mActionMergeFeatures.png" ) );
1678+
mActionRotatePointSymbols->setIcon( getThemeIcon( "mActionRotatePointSymbols.png" ) );
16781679
mActionNodeTool->setIcon( getThemeIcon( "/mActionNodeTool.png" ) );
16791680
mActionZoomIn->setIcon( getThemeIcon( "/mActionZoomIn.png" ) );
16801681
mActionZoomOut->setIcon( getThemeIcon( "/mActionZoomOut.png" ) );

0 commit comments

Comments
 (0)