Kaydet (Commit) dd38578b authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

fix build error

Change-Id: I550616e1f6e63ac42103756014b1aa26cee5c21f
üst 194c6709
...@@ -24,9 +24,9 @@ private: ...@@ -24,9 +24,9 @@ private:
OpenGLWindowImpl::OpenGLWindowImpl(Window* pWindow): OpenGLWindowImpl::OpenGLWindowImpl(Window* pWindow):
mpChildWindow(new SystemChildWindow(pWindow)) mpChildWindow(new SystemChildWindow(pWindow))
{ {
mpChildWindow->Show();
maContext.init(mpChildWindow.get()); maContext.init(mpChildWindow.get());
pWindow->SetMouseTransparent(false); pWindow->SetMouseTransparent(false);
maContext.show();
} }
OpenGLContext* OpenGLWindowImpl::getContext() OpenGLContext* OpenGLWindowImpl::getContext()
...@@ -60,7 +60,6 @@ void OpenGLWindow::Paint(const Rectangle&) ...@@ -60,7 +60,6 @@ void OpenGLWindow::Paint(const Rectangle&)
void OpenGLWindow::MouseButtonDown( const MouseEvent& rMEvt ) void OpenGLWindow::MouseButtonDown( const MouseEvent& rMEvt )
{ {
getContext()->show();
maStartPoint = rMEvt.GetPosPixel(); maStartPoint = rMEvt.GetPosPixel();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment