fix an issue of categorize

This commit is contained in:
Jinhao 2016-01-23 23:53:32 +08:00
parent ccc30265f5
commit d06deb7e44

View File

@ -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_);