No custom attributes for heal events
This commit is contained in:
parent
c4ad0971d0
commit
02d6ed3cff
1 changed files with 4 additions and 2 deletions
|
@ -1378,8 +1378,10 @@ void MainWindow::updateSelectedObjects() {
|
|||
}
|
||||
|
||||
// Custom fields table.
|
||||
CustomAttributesTable *customAttributes = new CustomAttributesTable(item->event, frame);
|
||||
frame->layout()->addWidget(customAttributes);
|
||||
if (event_type != EventType::HealLocation) {
|
||||
CustomAttributesTable *customAttributes = new CustomAttributesTable(item->event, frame);
|
||||
frame->layout()->addWidget(customAttributes);
|
||||
}
|
||||
|
||||
frames.append(frame);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue