Improved processing of edge nimbus effect

This commit is contained in:
cnjinhao
2015-01-15 07:20:02 +08:00
parent bb49ba651c
commit 7b30855976
3 changed files with 19 additions and 13 deletions

View File

@@ -380,7 +380,7 @@ namespace nana
bool drawer::_m_lazy_decleared() const
{
return (basic_window::update_state::refresh != core_window_->other.upd_state);
return (basic_window::update_state::refresh == core_window_->other.upd_state);
}
}//end namespace detail
}//end namespace nana