[ease/text] [text] Fixed colors not working by default.
- From: Nate Stedman <natesm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ease/text] [text] Fixed colors not working by default.
- Date: Mon, 29 Nov 2010 13:18:17 +0000 (UTC)
commit 4c930bbc467a80826ea1cf1e7040ff9032d84f42
Author: Nate Stedman <natesm gmail com>
Date: Mon Nov 29 08:17:55 2010 -0500
[text] Fixed colors not working by default.
ease-core/ease-theme.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/ease-core/ease-theme.vala b/ease-core/ease-theme.vala
index 33abf41..97762a1 100644
--- a/ease-core/ease-theme.vala
+++ b/ease-core/ease-theme.vala
@@ -491,6 +491,7 @@ public class Ease.Theme : GLib.Object
// create the text element
var text = new TextElement("", font);
+ text.text.layout.get_attributes().insert(color_attr.copy());
// set size properties
text.x = x;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]