Kaydet (Commit) 9199616e authored tarafından Zolnai Tamás's avatar Zolnai Tamás

slideshow/glTF: make sure parent window does not cover the OpenGL window

Change-Id: I0da3978cefeb3d145f7411cc1c83a87d981cac62
üst 224002ee
......@@ -476,6 +476,7 @@ namespace slideshow
mpEventHandlerParent.reset(new Window(pWindow, WB_NOBORDER|WB_NODIALOGCONTROL));
mpEventHandlerParent->SetPosSizePixel( Point( aAWTRect.X, aAWTRect.Y ),
Size( aAWTRect.Width, aAWTRect.Height ) );
mpEventHandlerParent->EnablePaint(false);
mpEventHandlerParent->Show();
SystemWindowData aWinData = OpenGLContext::generateWinData(mpEventHandlerParent.get());
mpMediaWindow.reset(new SystemChildWindow(mpEventHandlerParent.get(), 0, &aWinData));
......
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