Skip to content

Commit

Permalink
Store geometry for edit init code dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 24, 2022
1 parent 4fd2f04 commit 3420e4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/vector/qgsattributesforminitcode.cpp
Expand Up @@ -16,12 +16,14 @@
#include "qgsattributesforminitcode.h"
#include "ui_qgsattributesforminitcode.h"
#include "qgssettings.h"
#include "qgsgui.h"

#include <QFileDialog>

QgsAttributesFormInitCode::QgsAttributesFormInitCode()
{
setupUi( this );
QgsGui::enableAutoGeometryRestore( this );

// Init function stuff
mInitCodeSourceComboBox->addItem( QString() );
Expand Down

0 comments on commit 3420e4b

Please sign in to comment.