ListboxTextItem::setTextColours()
Posted: Thu Mar 08, 2007 08:38
When setting color of text in Listbox using method ListboxTextItem::setTextColours(), I noticed that nothing happens. It seems that the Listbox needs to be refreshed somehow, and I solved the problem by calling Listbox::hide() and then Listbox::show().
Now the question: Is this bug or is there some good reason why ListboxTextItem::setTextColours() doesn't tell Listbox to render itself?
Now the question: Is this bug or is there some good reason why ListboxTextItem::setTextColours() doesn't tell Listbox to render itself?