]> git.saurik.com Git - wxWidgets.git/commit
Suppress harmless warning about unhandled wxSHOW_EFFECT_NONE.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 14 Oct 2009 21:48:27 +0000 (21:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 14 Oct 2009 21:48:27 +0000 (21:48 +0000)
commitb43914a8be2258de608a7127ac43f00b65631b15
treec49253df3f5967f7c8c89070420164997c0cbe7c
parentaa62256a06ba983b8be0e5265bdeb07d9b8ed043
Suppress harmless warning about unhandled wxSHOW_EFFECT_NONE.

wxNonOwnedWindowImpl::ShowWithEffect() is not supposed to be called with
wxSHOW_EFFECT_NONE effect so assert if it is.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/osx/carbon/nonownedwnd.cpp