mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
[layouts] Correctly set project dirty for more editing operations
This commit is contained in:
parent
d73c7758a1
commit
51286d906f
@ -106,7 +106,10 @@ void QgsLayoutUndoStack::push( QUndoCommand *cmd )
|
||||
if ( mBlockedCommands > 0 )
|
||||
delete cmd;
|
||||
else
|
||||
{
|
||||
mUndoStack->push( cmd );
|
||||
mLayout->project()->setDirty( true );
|
||||
}
|
||||
}
|
||||
|
||||
void QgsLayoutUndoStack::indexChanged()
|
||||
|
Loading…
x
Reference in New Issue
Block a user