Definition at line 104 of file StatusOverlayWindow.h. References OglGui::OglWindow::GetOGLWND(), OglGui::Window::GetParent(), OglGui::OglWindow::SetVisible(), and OglGui::OglWindow::UpdateScene(). Referenced by DisplayFunc(). 00105 { 00106 SetVisible(false); 00107 oglSys.SetAlwaysDraw(GetOGLWND(), 0); 00108 // RvB: Added next line 00109 GetParent()->UpdateScene(); 00110 }
Here is the call graph for this function:
|