Fixed Zorder
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@100747 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
e159c05bf6
commit
1a9a7b9b84
|
@ -111,6 +111,7 @@ public class CodelistSelectionDialog extends Window {
|
||||||
setResizable(false);
|
setResizable(false);
|
||||||
setHeadingText("Select Codelist");
|
setHeadingText("Select Codelist");
|
||||||
setModal(true);
|
setModal(true);
|
||||||
|
setZIndex(Integer.MAX_VALUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void create() {
|
protected void create() {
|
||||||
|
|
Loading…
Reference in New Issue