the default pool thread number is thread hw concurrency

This commit is contained in:
Jinhao
2018-08-25 06:53:11 +08:00
parent e0ba1c7d8a
commit e8e7ad543c
3 changed files with 20 additions and 11 deletions

View File

@@ -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;