[ease] Fix the gradient creation when scrolling.
- From: Stéphane Maniaci <maniacis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ease] Fix the gradient creation when scrolling.
- Date: Tue, 17 Aug 2010 23:43:22 +0000 (UTC)
commit 16703cae87d015119735111d1d6867953205a74e
Author: Stéphane Maniaci <stephane maniaci gmail com>
Date: Tue Aug 17 18:28:39 2010 -0500
Fix the gradient creation when scrolling.
ease/ease-player.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ease/ease-player.vala b/ease/ease-player.vala
index 4f8b8ab..41aec84 100644
--- a/ease/ease-player.vala
+++ b/ease/ease-player.vala
@@ -187,7 +187,7 @@ internal class Ease.Player : Gtk.Window
}
/* Update the shape too */
radial = new Cairo.Pattern.radial (0, 0, FOCUS_RADIUS, 0, 0, 2*FOCUS_RADIUS);
- radial.add_color_stop_rgba (0, 1, 1, 1, 0);
+ radial.add_color_stop_rgba (0, 0, 0, 0, 0);
radial.add_color_stop_rgb (1, 0, 0, 0);
focus_circle.clear ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]