From d7f9d3807d2ffafba7824765f390f3449c290954 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 16 Feb 2014 21:50:55 -0500 Subject: [PATCH] Fixed layout failure... for now. --- sysdata_unix.go | 4 ++-- 1 file 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 } }, },