remove focus_changed flag

This commit is contained in:
Jinhao
2015-05-23 08:47:12 +08:00
parent 8515fff8d0
commit ffe32e1bcb
4 changed files with 4 additions and 23 deletions

View File

@@ -195,7 +195,6 @@ namespace nana
{
case category::root_tag::value:
attribute.root = new attr_root_tag;
attribute.root->context.focus_changed = false;
break;
case category::frame_tag::value:
attribute.frame = new attr_frame_tag;