Remove an unnecessary check.
updateProperties() also checks if isInPage(), so it was redundant. FEA: ItEr75S04BugFixing
This commit is contained in:
parent
3150f88f1c
commit
08b11d7ef4
1 changed files with 1 additions and 3 deletions
|
|
@ -238,9 +238,7 @@ public class TaskComponent extends Div implements AfterCompose {
|
|||
|
||||
@Override
|
||||
public void propertyChange(PropertyChangeEvent evt) {
|
||||
if (isInPage()) {
|
||||
updateProperties();
|
||||
}
|
||||
updateProperties();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue