1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-24 04:07:55 +01:00
This commit is contained in:
Illya Yalovoy 2009-09-27 16:03:11 +00:00
parent e837cdea65
commit 63b9f46d25

View File

@ -2786,7 +2786,6 @@ bool ObjectManipulator::switchObjectInEditor(FWObject *obj)
qDebug("in editor: %s", edt_obj->getName().c_str());
}
m_project->unselectRules();
if (RuleSet::cast(obj)!=NULL)
{
if (obj!=m_project->getCurrentRuleSet())
@ -2805,8 +2804,6 @@ bool ObjectManipulator::switchObjectInEditor(FWObject *obj)
}
if (fwbdebug) qDebug("Calling select");
// select();
if (obj != m_project->getOpenedEditor())
{