diff --git a/source/gui/widgets/listbox.cpp b/source/gui/widgets/listbox.cpp index 29105225..3e127628 100644 --- a/source/gui/widgets/listbox.cpp +++ b/source/gui/widgets/listbox.cpp @@ -5455,9 +5455,12 @@ namespace nana internal_scope_guard lock; if (_m_ess().lister.enable_ordered(enable)) + { _m_ess().update(); + return true; + } - return true; + return false; } void listbox::auto_draw(bool enabled) noexcept