mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
view: replace content_node with content_tree
This commit is contained in:
parent
08d31145fd
commit
55fb4fecb3
6 changed files with 7 additions and 7 deletions
|
|
@ -2474,7 +2474,7 @@ view_set_shade(struct view *view, bool shaded)
|
|||
|
||||
view->shaded = shaded;
|
||||
ssd_enable_shade(view->ssd, view->shaded);
|
||||
wlr_scene_node_set_enabled(view->content_node, !view->shaded);
|
||||
wlr_scene_node_set_enabled(&view->content_tree->node, !view->shaded);
|
||||
|
||||
if (view->impl->shade) {
|
||||
view->impl->shade(view, shaded);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue