Skip to content

Commit

Permalink
Remember window position
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 17, 2017
1 parent c496b3b commit a3c9dc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/layout/qgslayoutnewitempropertiesdialog.cpp
Expand Up @@ -17,12 +17,15 @@
#include "qgssettings.h"
#include "qgslayout.h"
#include "qgslayoutpagecollection.h"
#include "qgsgui.h"

QgsLayoutItemPropertiesDialog::QgsLayoutItemPropertiesDialog( QWidget *parent, Qt::WindowFlags flags )
: QDialog( parent, flags )
{
setupUi( this );

QgsGui::instance()->enableAutoGeometryRestore( this );

//make button exclusive
QButtonGroup *buttonGroup = new QButtonGroup( this );
buttonGroup->addButton( mUpperLeftRadioButton );
Expand Down

0 comments on commit a3c9dc3

Please sign in to comment.