File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2112,10 +2112,10 @@ void QgisApp::createToolBars()
21122112 QToolButton *bt = new QToolButton ( mAttributesToolBar );
21132113 bt->setPopupMode ( QToolButton::MenuButtonPopup );
21142114 QList<QAction*> selectActions;
2115- selectActions << mActionSelectByExpression << mActionSelectByForm << mActionSelectAll
2115+ selectActions << mActionSelectByForm << mActionSelectByExpression << mActionSelectAll
21162116 << mActionInvertSelection ;
21172117 bt->addActions ( selectActions );
2118- bt->setDefaultAction ( mActionSelectByExpression );
2118+ bt->setDefaultAction ( mActionSelectByForm );
21192119 QAction* selectionAction = mAttributesToolBar ->insertWidget ( mActionDeselectAll , bt );
21202120 selectionAction->setObjectName ( QStringLiteral ( " ActionSelection" ) );
21212121
Original file line number Diff line number Diff line change 7272 <addaction name =" mActionSelectPolygon" />
7373 <addaction name =" mActionSelectFreehand" />
7474 <addaction name =" mActionSelectRadius" />
75- <addaction name =" mActionSelectByExpression" />
7675 <addaction name =" mActionSelectByForm" />
76+ <addaction name =" mActionSelectByExpression" />
7777 <addaction name =" mActionDeselectAll" />
7878 <addaction name =" mActionSelectAll" />
7979 <addaction name =" mActionInvertSelection" />
You can’t perform that action at this time.
0 commit comments