Trigger update on resize (#906)

This commit is contained in:
jberg 2019-09-06 09:06:16 -07:00 committed by Jordan Eldredge
parent c70abfc6c4
commit a09a876c11

View file

@ -135,6 +135,7 @@ class GuiObject extends MakiObject {
this.attributes.maximum_w = w;
this.attributes.minimum_h = h;
this.attributes.maximum_h = h;
this.js_trigger("js_update");
}
// alpha range from 0-255