1. iterate over update region in wxTextCtrl
2. fixed DC clipping under wxMSW 3. fixes to enable clipboard under wxMSW git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/wxUNIVERSAL@8432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -231,6 +231,8 @@ protected:
|
||||
const wxString& text,
|
||||
long selStart, long selEnd);
|
||||
|
||||
void DoDrawTextInRect(wxDC& dc, const wxRect& rectUpdate);
|
||||
|
||||
virtual void DoDraw(wxControlRenderer *renderer);
|
||||
|
||||
// calc the size from the text extent
|
||||
|
Reference in New Issue
Block a user