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 0246cd6 commit 7cb38feCopy full SHA for 7cb38fe
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