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