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 d73c775 commit 51286d9Copy full SHA for 51286d9
src/core/layout/qgslayoutundostack.cpp
@@ -106,7 +106,10 @@ void QgsLayoutUndoStack::push( QUndoCommand *cmd )
106
if ( mBlockedCommands > 0 )
107
delete cmd;
108
else
109
+ {
110
mUndoStack->push( cmd );
111
+ mLayout->project()->setDirty( true );
112
+ }
113
}
114
115
void QgsLayoutUndoStack::indexChanged()
0 commit comments