update the caret bitmap size in EVT_SIZE (patch 990361)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-07-25 16:32:24 +00:00
parent 37340c48fb
commit c328d0ad10
2 changed files with 18 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ protected:
virtual void DoShow();
virtual void DoHide();
virtual void DoMove();
virtual void DoSize();
// blink the caret once
void Blink();