From a7e3214d605965b286c55a08a709aa071453cab6 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Tue, 27 Jan 2015 20:34:20 +0000 Subject: DashEntry: remove .spinner class Spinners are drawn differently now, which caused the entry to be not drawn at all. This depends on the theme setting (and animating) the -gtk-icon-source of this entry. Ported to ArcticaGreeter: Mike Gabriel --- src/dash-entry.vala | 1 - 1 file changed, 1 deletion(-) (limited to 'src/dash-entry.vala') diff --git a/src/dash-entry.vala b/src/dash-entry.vala index f39d2cc..471f518 100644 --- a/src/dash-entry.vala +++ b/src/dash-entry.vala @@ -95,7 +95,6 @@ public class DashEntry : Gtk.Entry, Fadable // See construct method for explanation of why we remove classes style_ctx.save (); - style_ctx.remove_class (Gtk.STYLE_CLASS_SPINNER); c.save (); c.push_group (); base.draw (c); -- cgit v1.2.3