Merge branch 'hotfix-1.4.1' into feature-listbox

This commit is contained in:
Jinhao
2016-12-13 08:58:31 +08:00
18 changed files with 1688 additions and 1479 deletions

File diff suppressed because it is too large Load Diff

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()