Don't create a Panel for a seperate render window.

Instead of setting RenderParent to null and raising complexity RenderFrame can be its own parent.
This commit is contained in:
Jules Blok
2014-06-15 12:02:55 +02:00
parent 2c8393c899
commit 1b70bebb5a
2 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ private:
CGameListCtrl* m_GameListCtrl;
wxPanel* m_Panel;
CRenderFrame* m_RenderFrame;
wxPanel* m_RenderParent;
wxWindow* m_RenderParent;
CLogWindow* m_LogWindow;
LogConfigWindow* m_LogConfigWindow;
FifoPlayerDlg* m_FifoPlayerDlg;