Correctly redraw in katze_throbber_set_animated
This commit is contained in:
parent
01f6279a92
commit
f1289721b6
1 changed files with 1 additions and 1 deletions
|
@ -495,8 +495,8 @@ katze_throbber_set_animated (KatzeThrobber* throbber,
|
||||||
(GSourceFunc)katze_throbber_timeout,
|
(GSourceFunc)katze_throbber_timeout,
|
||||||
throbber,
|
throbber,
|
||||||
(GDestroyNotify)katze_throbber_timeout_destroy);
|
(GDestroyNotify)katze_throbber_timeout_destroy);
|
||||||
gtk_widget_queue_draw (GTK_WIDGET (throbber));
|
|
||||||
#endif
|
#endif
|
||||||
|
gtk_widget_queue_draw (GTK_WIDGET (throbber));
|
||||||
|
|
||||||
g_object_notify (G_OBJECT (throbber), "animated");
|
g_object_notify (G_OBJECT (throbber), "animated");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue