+ rework edit modes

git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5102 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
wmayer
2011-11-08 21:15:49 +00:00
parent c152e988be
commit c7985e5c06
15 changed files with 155 additions and 131 deletions

View File

@@ -44,7 +44,7 @@ ViewProvider::~ViewProvider()
bool ViewProvider::doubleClicked(void)
{
Gui::Command::doCommand(Gui::Command::Gui,"Gui.activeDocument().setEdit('%s',2)",this->pcObject->getNameInDocument());
Gui::Command::doCommand(Gui::Command::Gui,"Gui.activeDocument().setEdit('%s',0)",this->pcObject->getNameInDocument());
return true;
}