IDEMPIERE-3646 statusupdate should only be shown on its own tab (#834)

This commit is contained in:
hengsin 2021-08-17 22:15:52 +08:00 committed by GitHub
parent e585d4417d
commit 5314a5d0a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ public class BusyDialog extends Window {
public void statusUpdate(String message) {
if (label != null) {
label.setText(message);
this.invalidate();
}
}
}