File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 724
724
<file>themes/default/mIconFolderLink.svg</file>
725
725
<file>themes/default/mIconFolderOpen.svg</file>
726
726
<file>themes/default/mIconFolderProject.svg</file>
727
+ <file>themes/default/mActionActive.svg</file>
727
728
</qresource>
728
729
<qresource prefix="/images/tips">
729
730
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>
Original file line number Diff line number Diff line change @@ -6837,6 +6837,8 @@ void QgisApp::updateDefaultFeatureAction( QAction *action )
6837
6837
6838
6838
if ( !qgsAction.icon().isNull() )
6839
6839
mActionFeatureAction->setIcon( qgsAction.icon() );
6840
+ else
6841
+ mActionFeatureAction->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mActionActive.svg" ) ) );
6840
6842
}
6841
6843
else
6842
6844
{
@@ -6853,6 +6855,8 @@ void QgisApp::updateDefaultFeatureAction( QAction *action )
6853
6855
6854
6856
if ( !mapLayerAction->icon().isNull() )
6855
6857
mActionFeatureAction->setIcon( mapLayerAction->icon() );
6858
+ else
6859
+ mActionFeatureAction->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mActionActive.svg" ) ) );
6856
6860
}
6857
6861
else
6858
6862
{
You can’t perform that action at this time.
0 commit comments