diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-16 21:50:55 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-16 21:50:55 -0500 |
| commit | d7f9d3807d2ffafba7824765f390f3449c290954 (patch) | |
| tree | 0bfbf756cf935ac358c3beac284ce54dc302ac86 /sysdata_unix.go | |
| parent | 6bf0b00aa36b646ca74c79f6a149f394431eb683 (diff) | |
Fixed layout failure... for now.
Diffstat (limited to 'sysdata_unix.go')
| -rw-r--r-- | sysdata_unix.go | 4 |
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 } }, }, |
