diff --git a/textbox.go b/textbox.go index 5023531..d12bdb0 100644 --- a/textbox.go +++ b/textbox.go @@ -227,7 +227,6 @@ func (this *textBox) textOffset () image.Point { } func (this *textBox) handleFocusLeave () { - this.dot = text.EmptyDot(0) this.on.dotChange.Broadcast() this.invalidateDraw() this.box.handleFocusLeave()