fixed wxCaret::SetSize() (closes bug 659209)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,6 +24,7 @@ wxMSW:
|
|||||||
|
|
||||||
- wxStaticBitmap doesn't stretch its bitmap any longer (like other ports)
|
- wxStaticBitmap doesn't stretch its bitmap any longer (like other ports)
|
||||||
- support for accelerator keys in the owner drawn menus (Derry Bryson)
|
- support for accelerator keys in the owner drawn menus (Derry Bryson)
|
||||||
|
- wxCaret::SetSize() doesn't hide the caret any longer as it used to
|
||||||
- wxCheckListBox::Check() doesn't send CHECKLISTBOX_TOGGLE event any more
|
- wxCheckListBox::Check() doesn't send CHECKLISTBOX_TOGGLE event any more
|
||||||
|
|
||||||
All:
|
All:
|
||||||
|
@@ -189,6 +189,6 @@ void wxCaret::DoSize()
|
|||||||
m_hasCaret = FALSE;
|
m_hasCaret = FALSE;
|
||||||
CALL_CARET_API(DestroyCaret, ());
|
CALL_CARET_API(DestroyCaret, ());
|
||||||
MSWCreateCaret();
|
MSWCreateCaret();
|
||||||
DoMove();
|
OnSetFocus();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user