debug travis
This commit is contained in:
parent
f505cfb6c7
commit
cff4bee6fb
@ -148,8 +148,8 @@ namespace nana
|
|||||||
|
|
||||||
//Check realizer, when the window is closed in that event handler, the drawer will be
|
//Check realizer, when the window is closed in that event handler, the drawer will be
|
||||||
//detached and realizer will be a nullptr
|
//detached and realizer will be a nullptr
|
||||||
if (realizer)
|
//if (realizer)
|
||||||
mth_state = (realizer->_m_overrided(evt_code) ? method_state::overrided : method_state::not_overrided);
|
// mth_state = (realizer->_m_overrided(evt_code) ? method_state::overrided : method_state::not_overrided);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
(realizer->*mfptr)(graphics, arg);
|
(realizer->*mfptr)(graphics, arg);
|
||||||
|
@ -216,8 +216,6 @@ namespace nana
|
|||||||
switch(categ)
|
switch(categ)
|
||||||
{
|
{
|
||||||
case category::flags::root:
|
case category::flags::root:
|
||||||
attribute.root = new attr_root_tag;
|
|
||||||
delete attribute.root;
|
|
||||||
attribute.root = new attr_root_tag;
|
attribute.root = new attr_root_tag;
|
||||||
std::cout<<"basic_window: create attr root "<<attribute.root<<std::endl;
|
std::cout<<"basic_window: create attr root "<<attribute.root<<std::endl;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user