Skip to content

Commit

Permalink
Fix 18499. Snapping Toolbar missing from View > Toolbars
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti authored and nyalldawson committed Sep 18, 2018
1 parent 0da1e33 commit eeb0702
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -2572,7 +2572,8 @@ void QgisApp::createToolBars()
<< mVectorToolBar
<< mDatabaseToolBar
<< mWebToolBar
<< mLabelToolBar;
<< mLabelToolBar
<< mSnappingToolBar;


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

0 comments on commit eeb0702

Please sign in to comment.