ShowWithEffect must call wxWindowBase::Show
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -725,6 +725,9 @@ wxWindowMSW::MSWShowWithEffect(bool show,
|
|||||||
unsigned timeout,
|
unsigned timeout,
|
||||||
wxDirection dir)
|
wxDirection dir)
|
||||||
{
|
{
|
||||||
|
if ( !wxWindowBase::Show(show) )
|
||||||
|
return false;
|
||||||
|
|
||||||
typedef BOOL (WINAPI *AnimateWindow_t)(HWND, DWORD, DWORD);
|
typedef BOOL (WINAPI *AnimateWindow_t)(HWND, DWORD, DWORD);
|
||||||
|
|
||||||
static AnimateWindow_t s_pfnAnimateWindow = NULL;
|
static AnimateWindow_t s_pfnAnimateWindow = NULL;
|
||||||
|
Reference in New Issue
Block a user