Fixed layout failure... for now.

This commit is contained in:
Pietro Gagliardi 2014-02-16 21:50:55 -05:00
parent 6bf0b00aa3
commit d7f9d3807d
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ var classTypes = [nctypes]*classData{
w.resize(0, 0, width, height) w.resize(0, 0, width, height)
}() }()
} }
// TODO really return true? // 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 true // do not continue events; we just did so return false
} }
}, },
}, },