Fix [2859026] - Window Account Viewer not closed on Log Out
https://sourceforge.net/tracker/?func=detail&aid=2859026&group_id=176962&atid=879332 Add fix for PerformanceDetail
This commit is contained in:
parent
7ab67a032a
commit
cb2981bd27
|
@ -53,6 +53,7 @@ public class PerformanceDetail extends CFrame
|
||||||
setIconImage(Adempiere.getImage16());
|
setIconImage(Adempiere.getImage16());
|
||||||
barPanel = new Graph(goal, true);
|
barPanel = new Graph(goal, true);
|
||||||
init();
|
init();
|
||||||
|
AEnv.addToWindowManager(this);
|
||||||
AEnv.showCenterScreen(this);
|
AEnv.showCenterScreen(this);
|
||||||
} // PerformanceDetail
|
} // PerformanceDetail
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue