mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-21 10:47:16 +01:00
update object's attrbutes in the tree when changes made to it in the editor are applied. Fixes #544
This commit is contained in:
parent
4c21327c4f
commit
e6de75e081
@ -89,11 +89,9 @@ bool ProjectPanel::event(QEvent *event)
|
||||
QCoreApplication::postEvent(
|
||||
this, new updateObjectInTreeEvent(data_file,
|
||||
f->getId()));
|
||||
} else
|
||||
{
|
||||
QCoreApplication::postEvent(
|
||||
this, new updateObjectInTreeEvent(data_file, obj->getId()));
|
||||
}
|
||||
QCoreApplication::postEvent(
|
||||
this, new updateObjectInTreeEvent(data_file, obj->getId()));
|
||||
registerModifiedObject(obj);
|
||||
ev->accept();
|
||||
return true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user