IDEMPIERE-3646 statusupdate should only be shown on its own tab (#834)
This commit is contained in:
parent
e585d4417d
commit
5314a5d0a5
|
@ -54,7 +54,6 @@ public class BusyDialog extends Window {
|
|||
public void statusUpdate(String message) {
|
||||
if (label != null) {
|
||||
label.setText(message);
|
||||
this.invalidate();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue