git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22998
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
NSRect cocoaRect = NSMakeRect(x,parentRect.size.height-(y+height),width,height);
[nsview setFrame: cocoaRect];
NSRect cocoaRect = NSMakeRect(x,parentRect.size.height-(y+height),width,height);
[nsview setFrame: cocoaRect];
+ // Be sure to redraw the parent to reflect the changed position
+ [superview setNeedsDisplay:YES];
}
void wxWindowCocoa::SetInitialFrameRect(const wxPoint& pos, const wxSize& size)
}
void wxWindowCocoa::SetInitialFrameRect(const wxPoint& pos, const wxSize& size)