mirror of
https://github.com/labwc/labwc.git
synced 2026-02-18 22:05:32 -05:00
view: replace content_node with content_tree
This commit is contained in:
parent
40b1f5407f
commit
4b7c502ace
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