Fix warnings (#1717)

This commit is contained in:
Leo 2023-07-20 02:01:51 +09:00 committed by GitHub
parent 81ac0acec9
commit eef351e5df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,9 +138,9 @@ public class Gala.WindowClone : Clutter.Actor {
add_child (active_shape); add_child (active_shape);
add_child (window_title); add_child (window_title);
load_clone ();
reallocate (); reallocate ();
load_clone ();
} }
~WindowClone () { ~WindowClone () {
@ -173,7 +173,6 @@ public class Gala.WindowClone : Clutter.Actor {
add_child (window_icon); add_child (window_icon);
set_child_below_sibling (window_icon, window_title); set_child_below_sibling (window_icon, window_title);
set_child_above_sibling (close_button, clone);
} }
/** /**