From 4cda75f20da111cef1e59de48b8b1ede470d93b5 Mon Sep 17 00:00:00 2001 From: Jinhao Date: Wed, 15 Jun 2016 01:19:16 +0800 Subject: [PATCH] a compiler error of arg_listbox_category::block_operation --- source/gui/widgets/listbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gui/widgets/listbox.cpp b/source/gui/widgets/listbox.cpp index 3656d6ff..f01c3e90 100644 --- a/source/gui/widgets/listbox.cpp +++ b/source/gui/widgets/listbox.cpp @@ -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);