We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85cc693 commit cc41b26Copy full SHA for cc41b26
button.ts
@@ -240,11 +240,15 @@ namespace user_interface_base {
240
opts.style || ButtonStyles.Transparent,
241
opts.parent && opts.parent.xfrm
242
)
243
+
244
+ basic.showNumber(0)
245
246
this.iconId = opts.icon
247
this._ariaId = (opts.ariaId != null) ? opts.ariaId : ""
248
this.onClick = opts.onClick
249
this.buildSprite(this.image_())
250
251
+ basic.showNumber(1)
252
if (opts.flipIcon) {
253
this.icon.image = this.icon.image.clone()
254
this.icon.image.flipY()
@@ -267,6 +271,8 @@ namespace user_interface_base {
267
271
}
268
272
269
273
this.state = opts.state
274
275
+ basic.showNumber(2)
270
276
277
278
public getIcon() {
0 commit comments