On Fri, Dec 18, 2015 at 9:58 PM, Juha Manninen <[email protected]> wrote: > 3. There is a weird issue in adding data to Objects Combobox.Items. It > was updated in FormCreate. Same duplicate class names get added to > Items many times but the list shows only one unique instance. > Now the same thing is done in FormShow and the list shows all > duplicates. Feels like a bug somewhere else.
This is easy to fix of course by using a temporary StringList, dealing with duplicates there and then assigning to Combobox.Items. Still, very strange. Juha -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
