wxRTC: fixed guidelines overwriting adjacent cell borders; corrected capitalisation in command labels; now sends text update event when an object is changed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2581,7 +2581,7 @@ public:
|
||||
Draws the borders and background for the given rectangle and attributes.
|
||||
@a boxRect is taken to be the outer margin box, not the box around the content.
|
||||
*/
|
||||
static bool DrawBoxAttributes(wxDC& dc, wxRichTextBuffer* buffer, const wxRichTextAttr& attr, const wxRect& boxRect, int flags = 0);
|
||||
static bool DrawBoxAttributes(wxDC& dc, wxRichTextBuffer* buffer, const wxRichTextAttr& attr, const wxRect& boxRect, int flags = 0, wxRichTextObject* obj = NULL);
|
||||
|
||||
/**
|
||||
Draws a border.
|
||||
|
Reference in New Issue
Block a user