Bug Fix [ 1869421 ] Size of Main Window is not being saved on exit

This commit is contained in:
tspc 2008-01-11 16:22:25 +00:00
parent b1baa45d37
commit f4ae71a961
1 changed files with 4 additions and 1 deletions

View File

@ -331,7 +331,10 @@ public final class AEnv
else if (actionCommand.equals("Exit"))
{
if (ADialog.ask(WindowNo, c, "ExitApplication?"))
Env.exitEnv(0);
{
AMenu aMenu = (AMenu)Env.getWindow(0);
aMenu.dispose() ;
}
}
else if (actionCommand.equals("Logout"))
{