Bug Fix [ 1869421 ] Size of Main Window is not being saved on exit
This commit is contained in:
parent
b1baa45d37
commit
f4ae71a961
|
@ -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"))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue