Merge branch 'hotfix-1.6.1' into develop

This commit is contained in:
Jinhao
2018-08-28 07:36:51 +08:00
26 changed files with 299 additions and 621 deletions

View File

@@ -449,7 +449,7 @@ namespace drawerbase {
if(at_caret == false)
editor->move_caret_end(false);
editor->put(to_wstring(text));
editor->put(to_wstring(text), true);
editor->try_refresh();
API::update_window(this->handle());
@@ -466,7 +466,7 @@ namespace drawerbase {
if(at_caret == false)
editor->move_caret_end(false);
editor->put(text);
editor->put(text, true);
editor->try_refresh();
API::update_window(this->handle());