]> git.saurik.com Git - wxWidgets.git/commit
CocoaRemoveFromParent can (and will) be called when !m_cocoaNSView.
authorDavid Elliott <dfe@tgwbd.org>
Mon, 24 Mar 2003 20:00:22 +0000 (20:00 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Mon, 24 Mar 2003 20:00:22 +0000 (20:00 +0000)
commitc1f7d193f66ae9669ed96102a939159b2e16bd5c
tree160cf88327fd455df0334d81eb0bc1bcd201e0de
parent2b17e39106ba94605169908fa029290ec3aba018
CocoaRemoveFromParent can (and will) be called when !m_cocoaNSView.
However, if there is m_dummyNSView then there must be m_cocoaNSView.
Therefore, moved wxASSERT(m_cocoaNSView) inside if(m_dummyNSView)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/cocoa/window.mm