[ 1707221 ] Windows are not showing when they are minimize
http://sourceforge.net/tracker/index.php?func=detail&aid=1707221&group_id=176962&atid=879332 Minor change
This commit is contained in:
parent
621737ca52
commit
48043088c5
|
|
@ -1347,14 +1347,9 @@ public final class APanel extends CPanel
|
||||||
m_curGC.switchRowPresentation();
|
m_curGC.switchRowPresentation();
|
||||||
// Go
|
// Go
|
||||||
else if (cmd.equals(aHome.getName())) {
|
else if (cmd.equals(aHome.getName())) {
|
||||||
// show main menu - teo_sarca [ 1706409 ]
|
// show main menu - teo_sarca [ 1706409, 1707221 ]
|
||||||
JFrame menuWin = Env.getWindow(0);
|
|
||||||
int state = menuWin.getExtendedState();
|
|
||||||
if ((state & JFrame.ICONIFIED) != 0)
|
|
||||||
state &= ~JFrame.ICONIFIED;
|
|
||||||
setBusy(false, false);
|
setBusy(false, false);
|
||||||
menuWin.setExtendedState(state);
|
AEnv.showWindow(Env.getWindow(0));
|
||||||
menuWin.toFront();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else if (cmd.equals(aFirst.getName()))
|
else if (cmd.equals(aFirst.getName()))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue