a compiler error of arg_listbox_category::block_operation

This commit is contained in:
Jinhao 2016-06-15 01:19:16 +08:00
parent a087486452
commit 4cda75f20d

View File

@ -3878,7 +3878,7 @@ namespace nana
arg_listbox_category arg_cat(cat_proxy(essence_, item_pos.cat));
lister.wd_ptr()->events().category_dbl_click.emit(arg_cat, lister.wd_ptr()->handle());
if (!arg_cat.category_change_blocked())
if (!arg_cat.block_operation)
{
bool do_expand = (lister.expand(item_pos.cat) == false);
lister.expand(item_pos.cat, do_expand);