Skip to content

Commit 1a43561

Browse files
author
jef
committed
disable some initially enabled editing maptools
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8383 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 571f9cd commit 1a43561

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/qgisapp.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,12 +806,12 @@ void QgisApp::createActions()
806806
mActionMoveFeature = new QAction(QIcon(myIconPath+"/mActionMoveFeature.png"), tr("Move Feature"), this);
807807
mActionMoveFeature->setStatusTip(tr("Move Feature"));
808808
connect(mActionMoveFeature, SIGNAL(triggered()), this, SLOT(moveFeature()));
809-
mActionMoveFeature->setEnabled(true);
809+
mActionMoveFeature->setEnabled(false);
810810
//
811811
mActionSplitFeatures = new QAction(QIcon(myIconPath+"/mActionSplitFeatures.png"), tr("Split Features"), this);
812812
mActionSplitFeatures->setStatusTip(tr("Split Features"));
813813
connect(mActionSplitFeatures, SIGNAL(triggered()), this, SLOT(splitFeatures()));
814-
mActionSplitFeatures->setEnabled(true);
814+
mActionSplitFeatures->setEnabled(false);
815815
//
816816
mActionAddVertex = new QAction(QIcon(myIconPath+"/mActionAddVertex.png"), tr("Add Vertex"), this);
817817
mActionAddVertex->setStatusTip(tr("Add Vertex"));

0 commit comments

Comments
 (0)