Merge branch 'hotfix-1.7' of https://github.com/ErrorFlynn/nana into ErrorFlynn-hotfix-1.7

This commit is contained in:
Jinhao 2019-04-16 23:48:53 +08:00
commit 6c62b1e819

View File

@ -5455,9 +5455,12 @@ namespace nana
internal_scope_guard lock; internal_scope_guard lock;
if (_m_ess().lister.enable_ordered(enable)) if (_m_ess().lister.enable_ordered(enable))
{
_m_ess().update(); _m_ess().update();
return true;
}
return true; return false;
} }
void listbox::auto_draw(bool enabled) noexcept void listbox::auto_draw(bool enabled) noexcept