* Make some more work on the video for Linux (Unix hopefully as I use XAnim)
* Added some datas for Windows git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -357,7 +357,7 @@ void MMBoardFrame::OpenVideoWindow()
|
||||
|
||||
m_video_window = new wxWindow(m_panel, -1, wxDefaultPosition, wxSize(400, 400));
|
||||
m_video_window->SetBackgroundColour(*wxBLACK);
|
||||
m_sizer->Prepend(m_video_window, 0, wxCENTRE, 0);
|
||||
m_sizer->Prepend(m_video_window, 0, wxGROW | wxSHRINK | wxCENTRE, 0);
|
||||
|
||||
m_sizer->Fit(this);
|
||||
}
|
||||
|
Reference in New Issue
Block a user