mirror of
https://github.com/elementary/gala.git
synced 2024-11-25 03:06:14 +01:00
Uncomment some code
This commit is contained in:
parent
385583f41a
commit
6636930c93
@ -77,8 +77,8 @@ public class Gala.Drawing.Canvas : GLib.Object, Clutter.Content {
|
||||
return;
|
||||
}
|
||||
|
||||
// var node = actor.create_texture_paint_node (texture);
|
||||
// root.add_child (node);
|
||||
var node = actor.create_texture_paint_node (texture);
|
||||
root.add_child (node);
|
||||
|
||||
dirty = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user