Repaint QComboBox on drop-down dismissal

This relates to Bug 1489
(cherry picked from commit 444ac1fed9)
v3.5.13-sru
Timothy Pearson 10 years ago committed by Slávek Banko
parent b4bff05ee3
commit 92cad529ea

@ -1685,6 +1685,8 @@ void QComboBox::popDownListBox()
repaint( FALSE );
}
d->poppedUp = FALSE;
update();
}

Loading…
Cancel
Save