mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-24 04:07:55 +01:00
fixes #452
This commit is contained in:
parent
e837cdea65
commit
63b9f46d25
@ -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())
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user