]> git.saurik.com Git - wxWidgets.git/commit
GTK Combobox and Listbox aren't realized until actually
authorRon Lee <ron@debian.org>
Sun, 5 Sep 2004 10:08:19 +0000 (10:08 +0000)
committerRon Lee <ron@debian.org>
Sun, 5 Sep 2004 10:08:19 +0000 (10:08 +0000)
commit631a05be911d510e256bf75819ca7a46e38fe203
treef7fff4a8b154d3397a822cb93debc529a2a0fe81
parent1f6967c2dd25227542ba7fc99fa580f9d15949a3
GTK Combobox and Listbox aren't realized until actually
visible, so a list_item created before that would
receive a default style instead of the control's style.

Instead of calling ApplyWidgetStyle() which would
iterate all items, only the newly created item will
receive the current style to speed things up.

Thanks to Andreas Pflug.  Closes 984861

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/combobox.cpp
src/gtk/listbox.cpp
src/gtk1/combobox.cpp
src/gtk1/listbox.cpp