Skip to content

Commit

Permalink
Correctly set initial state of new memory dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 9, 2017
1 parent fd10425 commit 6ed44ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsnewmemorylayerdialog.cpp
Expand Up @@ -69,6 +69,7 @@ QgsNewMemoryLayerDialog::QgsNewMemoryLayerDialog( QWidget *parent, Qt::WindowFla

connect( mGeometryTypeBox, static_cast<void ( QComboBox::* )( int )>( &QComboBox::currentIndexChanged ), this, &QgsNewMemoryLayerDialog::geometryTypeChanged );
connect( mButtonBox, &QDialogButtonBox::helpRequested, this, &QgsNewMemoryLayerDialog::showHelp );
geometryTypeChanged( mGeometryTypeBox->currentIndex() );
}

QgsNewMemoryLayerDialog::~QgsNewMemoryLayerDialog()
Expand Down

0 comments on commit 6ed44ff

Please sign in to comment.