[rigo] make sure to call queue_draw() when answering to redraw-request event

This commit is contained in:
Fabio Erculiani
2012-03-04 16:37:03 +01:00
parent ee37e90de4
commit 5d04371ddf
+1
View File
@@ -632,6 +632,7 @@ class ApplicationViewController(GObject.Object):
stats = self._app_store.get_review_stats(pkg_match)
icon = self._app_store.get_icon(pkg_match)
self._setup_application_stats(stats, icon)
self._view.queue_draw()
def _on_stars_clicked(self, widget, app=None):
"""