Skip to content

Commit

Permalink
Set custom feature form visible in dual view
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored and jef-n committed Mar 27, 2013
1 parent d9fb2df commit 7f15e21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/attributetable/qgsdualview.cpp
Expand Up @@ -231,6 +231,7 @@ void QgsDualView::on_mFeatureList_currentEditSelectionChanged( const QgsFeature

mAttributeDialog = new QgsAttributeDialog( mLayerCache->layer(), new QgsFeature( feat ), true, mDistanceArea, this, false );
mAttributeEditorLayout->addWidget( mAttributeDialog->dialog() );
mAttributeDialog->dialog()->setVisible( true );

delete oldDialog;
}
Expand Down

0 comments on commit 7f15e21

Please sign in to comment.