Merge branch 'hotfix-1.4.1' into feature-listbox
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user