Navigation Menu

Skip to content

Commit

Permalink
Add undo commands when reordering items through items dock
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 6, 2017
1 parent 0c858d2 commit 48c0fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/layout/qgslayoutmodel.cpp
Expand Up @@ -399,7 +399,7 @@ bool QgsLayoutModel::dropMimeData( const QMimeData *data,

rebuildSceneItemList();

mLayout->updateZValues( false );
mLayout->updateZValues( true );

return true;
}
Expand Down

0 comments on commit 48c0fb3

Please sign in to comment.