IDEMPIERE-5742 Info Product Window: Footer cut off after execution of query (#1861)
This commit is contained in:
parent
31365e24e9
commit
568421360b
|
@ -974,6 +974,8 @@ public abstract class InfoPanel extends Window implements EventListener<Event>,
|
||||||
|
|
||||||
if (paging != null && paging.getParent() == null)
|
if (paging != null && paging.getParent() == null)
|
||||||
insertPagingComponent();
|
insertPagingComponent();
|
||||||
|
|
||||||
|
this.invalidate();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue