is_visible = false;
}
//Check if the object has the style visibility:hidden.
- if(is_visible && (style->get_visibility(&tmp_bstr) != S_OK) ||
+ if((is_visible && (style->get_visibility(&tmp_bstr) != S_OK)) ||
(tmp_bstr != NULL && _wcsicmp(tmp_bstr, L"hidden") == 0))
{
is_visible = false;