Skip to content
Permalink
Browse files
Correctly set initial state of new memory dialog
  • Loading branch information
nyalldawson committed Dec 9, 2017
1 parent fd10425 commit 6ed44ff
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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()

0 comments on commit 6ed44ff

Please sign in to comment.