Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remember layout designer window positions
Fixes #36907

(cherry picked from commit 97d31d0)
  • Loading branch information
nyalldawson committed Jun 19, 2020
1 parent 6d9cc40 commit a1342f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/layout/qgslayoutdesignerdialog.cpp
Expand Up @@ -276,6 +276,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 a1342f5

Please sign in to comment.