IDEMPIERE-4514 Grid View Layout Bug (#735)
This commit is contained in:
parent
ded9693163
commit
0ba9360cf0
|
@ -537,6 +537,7 @@ public class CompositeADTabbox extends AbstractADTabbox
|
|||
hasChanges = true;
|
||||
}
|
||||
if (hasChanges) {
|
||||
if (headerTab.getDetailPane().getParent() != null)
|
||||
headerTab.getDetailPane().getParent().invalidate();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue