diff --git a/source/gui/widgets/categorize.cpp b/source/gui/widgets/categorize.cpp index 045b68e8..7307d7ab 100644 --- a/source/gui/widgets/categorize.cpp +++ b/source/gui/widgets/categorize.cpp @@ -596,7 +596,8 @@ namespace nana style_.listbox = nullptr; return; } - _m_selected(treebase_.tail(style_.module.index)); + else + _m_selected(treebase_.tail(style_.module.index)); } API::refresh_window(window_);