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:
Carlos Ruiz 2009-09-24 16:39:27 +00:00
parent 7ab67a032a
commit cb2981bd27
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ public class PerformanceDetail extends CFrame
setIconImage(Adempiere.getImage16());
barPanel = new Graph(goal, true);
init();
AEnv.addToWindowManager(this);
AEnv.showCenterScreen(this);
} // PerformanceDetail