1
0
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:
Vadim Kurland 2009-10-22 20:42:59 +00:00
parent 4c21327c4f
commit e6de75e081
2 changed files with 3 additions and 5 deletions

View File

@ -1 +1 @@
#define BUILD_NUM 1633
#define BUILD_NUM 1634

View File

@ -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;