git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19778
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
wxLogDebug("wxWindow=%p::DoMoveWindow(%d,%d,%d,%d)",this,x,y,width,height);
{
wxLogDebug("wxWindow=%p::DoMoveWindow(%d,%d,%d,%d)",this,x,y,width,height);
- NSView *superview = [m_cocoaNSView superview];
+ NSView *nsview = m_dummyNSView?m_dummyNSView:m_cocoaNSView;
+ NSView *superview = [nsview superview];
wxCHECK_RET(superview,"NSView does not have a superview");
NSRect parentRect = [superview frame];
wxCHECK_RET(superview,"NSView does not have a superview");
NSRect parentRect = [superview frame];