BF(2859026) - AcctWindow will close on logout now (added to WindowManager)
https://sourceforge.net/tracker/?func=detail&aid=2859026&group_id=176962&atid=879332
This commit is contained in:
parent
88a1b709b1
commit
678e6ee604
|
|
@ -104,6 +104,7 @@ public class AcctViewer extends CFrame
|
||||||
setDefaultCloseOperation(DISPOSE_ON_CLOSE);
|
setDefaultCloseOperation(DISPOSE_ON_CLOSE);
|
||||||
m_data = new AcctViewerData (Env.getCtx(), Env.createWindowNo(this),
|
m_data = new AcctViewerData (Env.getCtx(), Env.createWindowNo(this),
|
||||||
AD_Client_ID, AD_Table_ID);
|
AD_Client_ID, AD_Table_ID);
|
||||||
|
AEnv.addToWindowManager(this);
|
||||||
//
|
//
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue