[Bug #1028] Avoid bug
Calling update was causing the problem. It must be considered if it's needed.
This commit is contained in:
parent
35046fe134
commit
cb29988223
1 changed files with 1 additions and 1 deletions
|
|
@ -529,7 +529,7 @@ public abstract class OrderPlanningModel implements IOrderPlanningModel {
|
|||
return;
|
||||
}
|
||||
if (planner.isVisibleChart()) {
|
||||
overallProgressContent.updateAndRefresh();
|
||||
overallProgressContent.refresh();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue