Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remember layout designer window positions
Fixes #36907
  • Loading branch information
nyalldawson committed Jun 3, 2020
1 parent 9e27f14 commit 97d31d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/layout/qgslayoutdesignerdialog.cpp
Expand Up @@ -304,6 +304,8 @@ QgsLayoutDesignerDialog::QgsLayoutDesignerDialog( QWidget *parent, Qt::WindowFla
setAttribute( Qt::WA_DeleteOnClose );
setDockOptions( dockOptions() | QMainWindow::GroupedDragging );

QgsGui::enableAutoGeometryRestore( this );

//create layout view
QGridLayout *viewLayout = new QGridLayout();
viewLayout->setSpacing( 0 );
Expand Down

0 comments on commit 97d31d0

Please sign in to comment.