Added graphics alpha workaround.

This commit is contained in:
2020-01-30 15:41:31 +01:00
parent 1967b791e0
commit 6cdf5310ba
3 changed files with 20 additions and 13 deletions
+4 -1
View File
@@ -248,7 +248,10 @@ const button20 = new Button({
y: 310,
label: 'Link Button',
type: 'checkbox',
style: 'link'
style: 'link',
action: event => {
console.log('Link button clicked')
}
})
const button21 = new Button({