* Fixed for bug [ 1574630 ]
This commit is contained in:
parent
9d6ffaf60d
commit
a62e40d529
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue