Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add objectName to button
(cherry picked from commit 0083291)
  • Loading branch information
alexbruy committed Jun 29, 2016
1 parent 50dd57d commit efac2f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -1853,6 +1853,7 @@ void QgisApp::createToolBars()
bt->addActions( selectActions );
bt->setDefaultAction( mActionSelectByExpression );
QAction* selectionAction = mAttributesToolBar->insertWidget( mActionDeselectAll, bt );
selectionAction->setObjectName( "ActionSelection" );

// select tool button

Expand Down

0 comments on commit efac2f7

Please sign in to comment.