the default pool thread number is thread hw concurrency
This commit is contained in:
@@ -2086,7 +2086,7 @@ namespace nana{ namespace widgets
|
||||
|
||||
void text_editor::copy() const
|
||||
{
|
||||
//Stops copying text if the text_editor is masked.
|
||||
//Disallows copying text if the text_editor is masked.
|
||||
if (mask_char_)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user