Fixed Escaped

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@100771 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-10-16 16:43:19 +00:00
parent 1a9a7b9b84
commit e4d65b8983
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public class CodelistSelectionDialog extends Window {
setResizable(false);
setHeadingText("Select Codelist");
setModal(true);
setZIndex(Integer.MAX_VALUE);
//setZIndex(Integer.MAX_VALUE);
}
protected void create() {