Skip to content

Commit eeb0702

Browse files
lbartolettinyalldawson
authored andcommitted
Fix 18499. Snapping Toolbar missing from View > Toolbars
1 parent 0da1e33 commit eeb0702

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/qgisapp.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -2572,7 +2572,8 @@ void QgisApp::createToolBars()
25722572
<< mVectorToolBar
25732573
<< mDatabaseToolBar
25742574
<< mWebToolBar
2575-
<< mLabelToolBar;
2575+
<< mLabelToolBar
2576+
<< mSnappingToolBar;
25762577

25772578

25782579
mSnappingWidget = new QgsSnappingWidget( QgsProject::instance(), mMapCanvas, mSnappingToolBar );

0 commit comments

Comments
 (0)