summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysdata_unix.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdata_unix.go b/sysdata_unix.go
index d2efdc1..995da4a 100644
--- a/sysdata_unix.go
+++ b/sysdata_unix.go
@@ -52,8 +52,8 @@ var classTypes = [nctypes]*classData{
w.resize(0, 0, width, height)
}()
}
- // TODO really return true?
- return true // do not continue events; we just did so
+ // returning false indicates that we continue processing events related to configure-event; if we choose not to, then after some controls have been added, the layout fails completely and everything stays in the starting position/size
+ return false
}
},
},