* Fixed an issue cause by the lazy loading of tab ptch.
This commit is contained in:
parent
8fb786129d
commit
a4cc48d2e2
|
@ -198,6 +198,7 @@ public class VTrxMaterial extends CPanel
|
||||||
return;
|
return;
|
||||||
m_mWindow = new GridWindow (wVO);
|
m_mWindow = new GridWindow (wVO);
|
||||||
m_mTab = m_mWindow.getTab(0);
|
m_mTab = m_mWindow.getTab(0);
|
||||||
|
m_mWindow.initTab(0);
|
||||||
//
|
//
|
||||||
m_gridController = new GridController();
|
m_gridController = new GridController();
|
||||||
m_gridController.initGrid(m_mTab, true, m_WindowNo, null, null);
|
m_gridController.initGrid(m_mTab, true, m_WindowNo, null, null);
|
||||||
|
|
Loading…
Reference in New Issue