This commit is contained in:
Jinhao
2019-04-02 01:19:07 +08:00
parent 73c68def7e
commit 6b8a898239
2 changed files with 7 additions and 3 deletions

View File

@@ -1086,12 +1086,12 @@ namespace detail
if (wd->flags.action != wd->flags.action_before)
this->map(wd, true);
}
//Map the requested children.
this->map_requester(wd);
}
else
window_layer::paint(wd, paint_operation::try_refresh, refresh_tree); //only refreshing if it has an invisible parent
//Map the requested children.
this->map_requester(wd);
}
else
wd->other.mapping_requester.clear();