diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/dash-entry.vala | 1 |
1 files changed, 0 insertions, 1 deletions
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); |