Skip to content

Commit fb8704b

Browse files
author
PhiCross5
authored
Make Gtk Box call append() for array part
1 parent 9757379 commit fb8704b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lgi/override/Gtk.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,9 @@ if Gtk.Container then
219219
end
220220
end
221221

222+
-------------------------------- Gtk.Box overrides.
223+
Gtk.Box._container_add = Gtk.Box.append
224+
222225
-------------------------------- Gtk.Builder overrides.
223226
Gtk.Builder._attribute = {}
224227

0 commit comments

Comments
 (0)