Remove TODO input value in swatch.go
This commit is contained in:
parent
7d14a25482
commit
3219cb712c
@ -94,7 +94,7 @@ func (this *Swatch) Choose () {
|
|||||||
|
|
||||||
colorPicker := NewHSVAColorPicker(this.Value())
|
colorPicker := NewHSVAColorPicker(this.Value())
|
||||||
colorMemory := this.value
|
colorMemory := this.value
|
||||||
hexInput := NewTextInput("TODO")
|
hexInput := NewTextInput("")
|
||||||
hexInput.SetFocused(true)
|
hexInput.SetFocused(true)
|
||||||
cancelButton := NewButton("Cancel")
|
cancelButton := NewButton("Cancel")
|
||||||
cancelButton.SetIcon(tomo.IconDialogCancel)
|
cancelButton.SetIcon(tomo.IconDialogCancel)
|
||||||
|
Loading…
Reference in New Issue
Block a user