We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 8ffbccf commit d8b5738Copy full SHA for d8b5738
src/app/qgisapp.cpp
@@ -1675,6 +1675,7 @@ void QgisApp::setTheme( QString theThemeName )
1675
mActionDeleteRing->setIcon( getThemeIcon( "/mActionDeleteRing.png" ) );
1676
mActionDeletePart->setIcon( getThemeIcon( "/mActionDeletePart.png" ) );
1677
mActionMergeFeatures->setIcon( getThemeIcon( "/mActionMergeFeatures.png" ) );
1678
+ mActionRotatePointSymbols->setIcon( getThemeIcon( "mActionRotatePointSymbols.png" ) );
1679
mActionNodeTool->setIcon( getThemeIcon( "/mActionNodeTool.png" ) );
1680
mActionZoomIn->setIcon( getThemeIcon( "/mActionZoomIn.png" ) );
1681
mActionZoomOut->setIcon( getThemeIcon( "/mActionZoomOut.png" ) );
0 commit comments