Repaint QComboBox on drop-down dismissal

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

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

Loading…
Cancel
Save