From 7008007edbafddb4190dbdb065ec119381d670f2 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 22 Aug 2014 12:53:10 -0400 Subject: Slight behavior change to Area.OpenTextFieldAt(). --- redo/area_unix.go | 1 - 1 file changed, 1 deletion(-) (limited to 'redo/area_unix.go') diff --git a/redo/area_unix.go b/redo/area_unix.go index ae64c83..8d058b1 100644 --- a/redo/area_unix.go +++ b/redo/area_unix.go @@ -114,7 +114,6 @@ func (a *area) OpenTextFieldAt(x, y int) { } a.textfieldx = x a.textfieldy = y - a.SetTextFieldText("") // we disabled this for the initial Area show; we don't need to anymore C.gtk_widget_set_no_show_all(a.textfieldw, C.FALSE) C.gtk_widget_show_all(a.textfieldw) -- cgit v1.2.3