File tree Expand file tree Collapse file tree 2 files changed +162
-150
lines changed
Expand file tree Collapse file tree 2 files changed +162
-150
lines changed Original file line number Diff line number Diff line change @@ -1823,7 +1823,6 @@ void QgisApp::createToolBars()
18231823 mAttributesToolBar ->addAction ( mActionMapTips );
18241824 mAttributesToolBar ->addAction ( mActionShowBookmarks );
18251825 mAttributesToolBar ->addAction ( mActionNewBookmark );
1826- mAttributesToolBar ->addAction ( mActionLabeling );
18271826
18281827 // Annotation tools
18291828 bt = new QToolButton ();
@@ -1871,6 +1870,7 @@ void QgisApp::createToolBars()
18711870 mLabelToolBar = addToolBar ( tr ( " Label" ) );
18721871 mLabelToolBar ->setIconSize ( myIconSize );
18731872 mLabelToolBar ->setObjectName ( " Label" );
1873+ mLabelToolBar ->addAction ( mActionLabeling );
18741874 mLabelToolBar ->addAction ( mActionMoveLabel );
18751875 mLabelToolBar ->addAction ( mActionRotateLabel );
18761876 mLabelToolBar ->addAction ( mActionChangeLabelProperties );
You can’t perform that action at this time.
0 commit comments