Merge branch 'hotfix-1.4.1' into develop

This commit is contained in:
Jinhao
2017-01-13 07:17:55 +08:00
26 changed files with 6060 additions and 5811 deletions

View File

@@ -2311,7 +2311,7 @@ namespace nana{ namespace widgets
{
auto text = _m_make_select_string();
if (!text.empty())
nana::system::dataexch().set(text);
nana::system::dataexch().set(text, API::root(this->window_));
}
void text_editor::cut()