Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Attribute table: show table when opening
  • Loading branch information
m-kuhn committed Dec 17, 2015
1 parent 9b91f92 commit bc30075
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/qgsattributetabledialog.cpp
Expand Up @@ -236,6 +236,9 @@ QgsAttributeTableDialog::QgsAttributeTableDialog( QgsVectorLayer *theLayer, QWid
connect( mUpdateExpressionText, SIGNAL( fieldChanged( QString, bool ) ), this, SLOT( updateButtonStatus( QString, bool ) ) );
mUpdateExpressionText->setLayer( mLayer );
mUpdateExpressionText->setLeftHandButtonStyle( true );

mMainView->setView( QgsDualView::AttributeTable );

editingToggled();
}

Expand Down

1 comment on commit bc30075

@nirvn
Copy link
Contributor

@nirvn nirvn commented on bc30075 Dec 17, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@m-kuhn thanks.

Please sign in to comment.