On Feb 18, 2008 7:37 AM, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > I'm just curious. Why would the widgetset want to force autosize on a > TComboBox, but not on a TEdit?
Because on many platforms TMemo = multiline TEdit. So TEdit must support several lines in order to also be a TMemo, and thus must support several sizes. -- Felipe Monteiro de Carvalho _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
