From bbccf96981fa7db1152d5519c6edd2c5dde81d4f Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 23 Mar 2014 21:31:29 -0400 Subject: Fixed the shrinking not working: the Cairo clip rect apparently can fall outside the actual size of the widget. (I did notice this before.) --- test/main.go | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/main.go b/test/main.go index a2d683e..056ab1a 100644 --- a/test/main.go +++ b/test/main.go @@ -194,7 +194,6 @@ func areaTest() { if err != nil { println(err); continue } height, err := strconv.Atoi(heightbox.Text()) if err != nil { println(err); continue } -println(width, height) a.SetSize(width, height) } } -- cgit v1.2.3