Integrate revision 11217

Current tab needs to be refreshed after the parents - the status is showing the info of the parent tab
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2904313
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2904313
This commit is contained in:
vpj-cd 2010-01-05 06:53:20 +00:00
parent d182cff828
commit b33b62490b
1 changed files with 2 additions and 0 deletions

View File

@ -1015,6 +1015,8 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
}
}
}
// refresh this tab
dataRefresh();
}
}