Temporarily use self-made wxTextCtrl in wxX11 until
the in /src/univ.cpp works better. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4117,6 +4117,7 @@ void wxTextCtrl::DoDraw(wxControlRenderer *renderer)
|
||||
// the update region is in window coords and text area is in the client
|
||||
// ones, so it must be shifted before computing intersection
|
||||
wxRegion rgnUpdate = GetUpdateRegion();
|
||||
|
||||
wxRect rectTextArea = GetRealTextArea();
|
||||
wxPoint pt = GetClientAreaOrigin();
|
||||
wxRect rectTextAreaAdjusted = rectTextArea;
|
||||
|
Reference in New Issue
Block a user