Merge branch 'hotfix-1.7.1' into develop
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
@@ -4353,6 +4353,8 @@ namespace nana
|
||||
}
|
||||
else
|
||||
lister.select_for_all(false, abs_item_pos);
|
||||
|
||||
lister.latest_selected_abs = abs_item_pos;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user