Branch: master

444ac1fe 2014-11-21 23:21:39 Timothy Pearson
Repaint QComboBox on drop-down dismissal
This relates to Bug 1489
M src/widgets/qcombobox.cpp
diff --git a/src/widgets/qcombobox.cpp b/src/widgets/qcombobox.cpp
index 2e5d56d..2a74b2a 100644
--- a/src/widgets/qcombobox.cpp
+++ b/src/widgets/qcombobox.cpp
@@ -1687,6 +1687,8 @@
 	repaint( FALSE );
     }
     d->poppedUp = FALSE;
+
+    update();
 }