* Fixed for bug [ 1574630 ]

This commit is contained in:
Heng Sin Low 2007-01-01 06:50:20 +00:00
parent 9d6ffaf60d
commit a62e40d529
1 changed files with 8 additions and 1 deletions

View File

@ -97,7 +97,14 @@ public final class Env
win.removeAll(); win.removeAll();
} }
**/ **/
s_windows.clear(); //bug [ 1574630 ]
if (!finalCall) {
Container c = s_windows.get(0);
s_windows.clear();
createWindowNo(c);
} else {
s_windows.clear();
}
// Clear all Context // Clear all Context
if (finalCall) if (finalCall)