Remove TODO input value in swatch.go
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user