Skip to content

Commit

Permalink
Remember layout designer window positions
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 3, 2020
1 parent 2f36e18 commit 5301aad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/layout/qgslayoutdesignerdialog.cpp
Original file line number Diff line number Diff line change
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 5301aad

Please sign in to comment.