Merge branch 'hotfix-1.7.1' into develop

This commit is contained in:
Jinhao
2019-06-12 23:10:12 +08:00
8 changed files with 519 additions and 27 deletions

View File

@@ -441,6 +441,11 @@ namespace API
return nullptr;
}
void font_languages(const std::string& langs)
{
::nana::platform_abstraction::font_languages(langs);
}
//close all windows in current thread
void exit()
{

View File

@@ -4353,6 +4353,8 @@ namespace nana
}
else
lister.select_for_all(false, abs_item_pos);
lister.latest_selected_abs = abs_item_pos;
}
}
else