From 7d084e4d639c82176def87bc3ab61710503ebe05 Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Fri, 18 Mar 2005 17:34:46 +0000 Subject: [PATCH] * Fix refreshing bug with control not showing up intially and asserting on resize git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/mediactrl.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/msw/mediactrl.cpp b/src/msw/mediactrl.cpp index bae06e5..d0bb67b 100644 --- a/src/msw/mediactrl.cpp +++ b/src/msw/mediactrl.cpp @@ -1597,8 +1597,6 @@ bool wxMCIMediaBackend::Load(const wxString& fileName) ::SetWindowLong(m_hNotifyWnd, GWL_USERDATA, (LONG) this); - m_ctrl->Show(false); - // //Here, if the parent of the control has a sizer - we //tell it to recalculate the size of this control since -- 2.7.4