mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
disable some initially enabled editing maptools
git-svn-id: http://svn.osgeo.org/qgis/trunk@8383 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
5a7248b56d
commit
9abae73137
@ -806,12 +806,12 @@ void QgisApp::createActions()
|
||||
mActionMoveFeature = new QAction(QIcon(myIconPath+"/mActionMoveFeature.png"), tr("Move Feature"), this);
|
||||
mActionMoveFeature->setStatusTip(tr("Move Feature"));
|
||||
connect(mActionMoveFeature, SIGNAL(triggered()), this, SLOT(moveFeature()));
|
||||
mActionMoveFeature->setEnabled(true);
|
||||
mActionMoveFeature->setEnabled(false);
|
||||
//
|
||||
mActionSplitFeatures = new QAction(QIcon(myIconPath+"/mActionSplitFeatures.png"), tr("Split Features"), this);
|
||||
mActionSplitFeatures->setStatusTip(tr("Split Features"));
|
||||
connect(mActionSplitFeatures, SIGNAL(triggered()), this, SLOT(splitFeatures()));
|
||||
mActionSplitFeatures->setEnabled(true);
|
||||
mActionSplitFeatures->setEnabled(false);
|
||||
//
|
||||
mActionAddVertex = new QAction(QIcon(myIconPath+"/mActionAddVertex.png"), tr("Add Vertex"), this);
|
||||
mActionAddVertex->setStatusTip(tr("Add Vertex"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user