summaryrefslogtreecommitdiff
path: root/redo/zz_test.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-14 09:46:33 -0400
committerPietro Gagliardi <[email protected]>2014-08-14 09:46:33 -0400
commit4e120b03df48570e1249c7f28fd648792598e351 (patch)
treeb4e837e906f25ad8cc95108a2f7a8ebc4d0c0081 /redo/zz_test.go
parentc94a9768226947c1fbfdf7201ebde48302cc74f8 (diff)
Removed GTK+ spurious resize TODO and debug spiel; I can't notice much of a difference after ignoring extraneous resizes. The custom container will stay, however, as it does not demonstrate weird background drawing bugs with oxygen-gtk.
Diffstat (limited to 'redo/zz_test.go')
-rw-r--r--redo/zz_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/zz_test.go b/redo/zz_test.go
index 99dec68..e7399f2 100644
--- a/redo/zz_test.go
+++ b/redo/zz_test.go
@@ -114,7 +114,6 @@ func (tw *testwin) make(done chan struct{}) {
if *closeOnClick {
tw.b.SetText("Click to Close")
}
- // GTK+ TODO: this is causing a resize event to happen afterward?!
tw.b.OnClicked(func() {
println("in OnClicked()")
if *closeOnClick {