mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-10 13:29:55 -05:00
fix: namescratchpad miss show surface
clip_to_hide in tag animaiton hide the surface but miss enable it back in arrange.
This commit is contained in:
parent
30f1b9fa51
commit
1670fd34e9
1 changed files with 1 additions and 0 deletions
|
|
@ -1493,6 +1493,7 @@ arrange(Monitor *m, bool want_animation) {
|
||||||
!is_scroller_layout(c->mon)) {
|
!is_scroller_layout(c->mon)) {
|
||||||
c->is_clip_to_hide = false;
|
c->is_clip_to_hide = false;
|
||||||
wlr_scene_node_set_enabled(&c->scene->node, true);
|
wlr_scene_node_set_enabled(&c->scene->node, true);
|
||||||
|
wlr_scene_node_set_enabled(&c->scene_surface->node, true);
|
||||||
}
|
}
|
||||||
client_set_suspended(c, false);
|
client_set_suspended(c, false);
|
||||||
if (!c->animation.tag_from_rule && want_animation &&
|
if (!c->animation.tag_from_rule && want_animation &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue