diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-23 21:31:29 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-23 21:31:29 -0400 |
| commit | bbccf96981fa7db1152d5519c6edd2c5dde81d4f (patch) | |
| tree | 5c37adb73eb51487e6d017874cfd9386dd84fedc /test/main.go | |
| parent | cd49e05da860f70dd7f78c1b625cf21c3d603f93 (diff) | |
Fixed the shrinking not working: the Cairo clip rect apparently can fall outside the actual size of the widget. (I did notice this before.)
Diffstat (limited to 'test/main.go')
| -rw-r--r-- | test/main.go | 1 |
1 files changed, 0 insertions, 1 deletions
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) } } |
