Fixed the textbox wrong caret position after resizing

This commit is contained in:
cnjinhao 2015-01-28 06:47:25 +08:00
parent c5025b58a9
commit c3d5c4aef4

View File

@ -142,6 +142,7 @@ namespace nana{ namespace drawerbase {
{
_m_text_area(arg.width, arg.height);
refresh(graph);
editor_->reset_caret();
API::lazy_refresh();
}