[Bug #914] reset the class of the icon of expanded tree.
FEA : ItEr72S04BugFixing
This commit is contained in:
parent
fecfa19556
commit
7f46b93caf
1 changed files with 4 additions and 0 deletions
|
|
@ -332,6 +332,10 @@ public class OrderElementTreeController extends TreeController<OrderElement> {
|
|||
// Is already added?
|
||||
Button button = (Button) ComponentsFinder.findById("expandAllButton", children);
|
||||
if (button != null) {
|
||||
if (button.getSclass().equals("planner-command clicked")) {
|
||||
button.setSclass("planner-command");
|
||||
button.invalidate();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue