fix group bgcolor issue

This commit is contained in:
Jinhao
2016-10-11 02:53:41 +08:00
parent 4b58704161
commit 7c36c27d46
2 changed files with 19 additions and 20 deletions

View File

@@ -1048,7 +1048,7 @@ namespace detail
{
//The window is still mapped because of edge nimbus effect.
//Avoid duplicate copy if action state is not changed and the window is not focused.
if ((wd->flags.action != wd->flags.action_before) || (bedrock::instance().focus() == wd))
if (wd->flags.action != wd->flags.action_before)
this->map(wd, true);
}
}