mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Trigger update on resize (#906)
This commit is contained in:
parent
c70abfc6c4
commit
a09a876c11
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue