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.
|
// Custom fields table.
|
||||||
CustomAttributesTable *customAttributes = new CustomAttributesTable(item->event, frame);
|
if (event_type != EventType::HealLocation) {
|
||||||
frame->layout()->addWidget(customAttributes);
|
CustomAttributesTable *customAttributes = new CustomAttributesTable(item->event, frame);
|
||||||
|
frame->layout()->addWidget(customAttributes);
|
||||||
|
}
|
||||||
|
|
||||||
frames.append(frame);
|
frames.append(frame);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue