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 99f0dac commit 1b51508Copy full SHA for 1b51508
src/gui/qgsactionmenu.cpp
@@ -125,6 +125,7 @@ void QgsActionMenu::reloadActions()
125
126
QAction* action = new QAction( qaction.icon(), qaction.name(), this );
127
action->setData( QVariant::fromValue<ActionData>( ActionData( idx, mFeatureId, mLayer ) ) );
128
+ action->setIcon( qaction.icon() );
129
130
// Only enable items on supported platforms
131
if ( !qaction.runable() )
0 commit comments