]> git.tdb.fi Git - libs/gltk.git/commit
Always set column widths on the item itself
authorMikko Rasa <tdb@tdb.fi>
Wed, 12 Mar 2014 19:20:11 +0000 (21:20 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 12 Mar 2014 19:20:11 +0000 (21:20 +0200)
commitc6904c8dc2787047f1999737bc0e5813c56901a0
treec27cb575146f10ca81a49dda107abdd824e882cf
parentbf4dbeb94ef7ce7fc7f9fb3e5f1d75cfe5cefff2
Always set column widths on the item itself

A newly created item gets parented to the List before it appears in its
item array.  As such, the loop inside the if block won't reach it.
source/list.cpp