IDEMPIERE-3003:Info Window - Reset button should reset grid content

This commit is contained in:
hieplq 2016-01-22 12:40:03 +07:00
parent dbdc970866
commit 3d61b34f95
1 changed files with 2 additions and 0 deletions

View File

@ -1653,6 +1653,8 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL
paging.setParent(null);
layout.invalidate();
contentPanel.getListHead().detach();
}
@Override