https://bugs.kde.org/show_bug.cgi?id=518240

--- Comment #3 from Allen Winter <[email protected]> ---
I investigated a little bit.

q->lineEdit()->setText(text); is called properly in
KCheckComboBox::KCheckComboBoxPrivate::updateCheckedItems() but then something
else is triggered and the lineedit text is set again but this time to the text
of the newly enabled item.  We need to stop/block that other thing from calling
the lineedit settext.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to