Skip to content

Commit

Permalink
Followup 96e39f7
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 22, 2014
1 parent 68c49fe commit c94a958
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/attributetable/qgsdualview.cpp
Expand Up @@ -78,7 +78,8 @@ void QgsDualView::init( QgsVectorLayer* layer, QgsMapCanvas* mapCanvas, const Qg

connect( mAttributeForm, SIGNAL( attributeChanged( QString, QVariant ) ), this, SLOT( featureFormAttributeChanged() ) );

columnBoxInit();
if ( !mFeatureListPreviewButton->actions().count() )
columnBoxInit();
}

void QgsDualView::columnBoxInit()
Expand Down

0 comments on commit c94a958

Please sign in to comment.