Merged in latest changes from Mahogany. Untested.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1053,11 +1053,11 @@ public:
|
||||
/// adds the cursor position to the update rectangle
|
||||
void AddCursorPosToUpdateRect()
|
||||
{
|
||||
#ifndef WXLAYOUT_USE_CARET
|
||||
SetUpdateRect(m_CursorScreenPos);
|
||||
SetUpdateRect(m_CursorScreenPos+m_CursorSize);
|
||||
#ifndef WXLAYOUT_USE_CARET
|
||||
SetUpdateRect(m_CursorScreenPos);
|
||||
SetUpdateRect(m_CursorScreenPos+m_CursorSize);
|
||||
//#else - the caret will take care of refreshing itself
|
||||
#endif // !WXLAYOUT_USE_CARET
|
||||
#endif // !WXLAYOUT_USE_CARET
|
||||
}
|
||||
/// Invalidates the update rectangle.
|
||||
void InvalidateUpdateRect(void) { m_UpdateRectValid = false; }
|
||||
|
Reference in New Issue
Block a user