Skip to content

Commit 0083291

Browse files
committedJun 29, 2016
add objectName to button
1 parent 9d11022 commit 0083291

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgisapp.cpp‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1997,6 +1997,7 @@ void QgisApp::createToolBars()
19971997
bt->addActions( selectActions );
19981998
bt->setDefaultAction( mActionSelectByExpression );
19991999
QAction* selectionAction = mAttributesToolBar->insertWidget( mActionDeselectAll, bt );
2000+
selectionAction->setObjectName( "ActionSelection" );
20002001

20012002
// select tool button
20022003

0 commit comments

Comments
 (0)
Please sign in to comment.