* Fixed an issue cause by the lazy loading of tab ptch.

This commit is contained in:
Heng Sin Low 2007-02-13 16:48:06 +00:00
parent 8fb786129d
commit a4cc48d2e2
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ public class VTrxMaterial extends CPanel
return;
m_mWindow = new GridWindow (wVO);
m_mTab = m_mWindow.getTab(0);
m_mWindow.initTab(0);
//
m_gridController = new GridController();
m_gridController.initGrid(m_mTab, true, m_WindowNo, null, null);