Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-toolbox-widget@99107 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-07-30 13:17:35 +00:00 committed by Giancarlo Panichi
parent e8eace8200
commit 46b4d17662
1 changed files with 2 additions and 2 deletions

View File

@ -378,12 +378,12 @@ public class ToolBox extends TabPanel {
if (validationsTablePanel != null) {
validationsTablePanel.update();
validationsTablePanel.onResize();
validationsTablePanel.forceLayout();
}
if (validationsTasksPanel != null) {
validationsTasksPanel.update();
validationsTasksPanel.onResize();
//validationsTasksPanel.forceLayout();
}
if (changeColumnTypePanel != null) {