wxCaret::SetSize correction for showing caret
Backported from head git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -203,6 +203,7 @@ wxMSW:
|
||||
- set orientation for scrollbar events
|
||||
- fix for explicit keyword detection (VC++)
|
||||
- fix for sending event from wxCheckListBox::Check()
|
||||
- wxCaret::SetSize correction for showing caret
|
||||
|
||||
wxMotif:
|
||||
|
||||
|
@@ -189,6 +189,6 @@ void wxCaret::DoSize()
|
||||
m_hasCaret = FALSE;
|
||||
CALL_CARET_API(DestroyCaret, ());
|
||||
MSWCreateCaret();
|
||||
DoMove();
|
||||
OnSetFocus();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user