diff --git a/source/gui/widgets/textbox.cpp b/source/gui/widgets/textbox.cpp index c43931ff..142e1444 100644 --- a/source/gui/widgets/textbox.cpp +++ b/source/gui/widgets/textbox.cpp @@ -142,6 +142,7 @@ namespace nana{ namespace drawerbase { { _m_text_area(arg.width, arg.height); refresh(graph); + editor_->reset_caret(); API::lazy_refresh(); }