Bug #1598: Fix empty labels bandbox creating bindings for tab on open
FEA: ItEr77S04BugFixing
This commit is contained in:
parent
9729dad8c2
commit
2f37775748
1 changed files with 1 additions and 1 deletions
|
|
@ -70,8 +70,8 @@ public abstract class AssignedLabelsController<T, M> extends
|
|||
bdLabels.clear();
|
||||
txtLabelName.setValue("");
|
||||
|
||||
Util.createBindingsFor(self);
|
||||
Util.reloadBindings(self);
|
||||
Util.reloadBindings(directLabels);
|
||||
}
|
||||
|
||||
IOrderElementModel orderElementModel;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue