summaryrefslogtreecommitdiff
path: root/plugins/gtkui/ddbseekbar.vala
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtkui/ddbseekbar.vala')
-rw-r--r--plugins/gtkui/ddbseekbar.vala5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/gtkui/ddbseekbar.vala b/plugins/gtkui/ddbseekbar.vala
index f6c70efd..c9256666 100644
--- a/plugins/gtkui/ddbseekbar.vala
+++ b/plugins/gtkui/ddbseekbar.vala
@@ -53,6 +53,11 @@ namespace Ddb {
public override bool motion_notify_event (Gdk.EventMotion event) {
return on_seekbar_motion_notify_event (this, event);
}
+
+ public override bool configure_event (Gdk.EventConfigure event) {
+ Gtkui.init_theme_colors ();
+ return false;
+ }
}
}