Repaint QComboBox on drop-down dismissal

This relates to Bug 1489
pull/2/head
Timothy Pearson 10 years ago
parent b11ba445cc
commit 444ac1fed9

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

Loading…
Cancel
Save