IDEMPIERE-5742 Info Product Window: Footer cut off after execution of query (#1861)

This commit is contained in:
hengsin 2023-05-29 20:40:54 +08:00 committed by GitHub
parent 31365e24e9
commit 568421360b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -974,6 +974,8 @@ public abstract class InfoPanel extends Window implements EventListener<Event>,
if (paging != null && paging.getParent() == null)
insertPagingComponent();
this.invalidate();
}
/**