Author: Carlos Lopez <[email protected]>
Date: Thu Nov 1 19:45:31 2012 +0100
Layer: fix wrong get_cairocolor function
---
synfig-core/src/synfig/layer.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/synfig-core/src/synfig/layer.cpp b/synfig-core/src/synfig/layer.cpp
index 48bba2b..d3979a1 100644
--- a/synfig-core/src/synfig/layer.cpp
+++ b/synfig-core/src/synfig/layer.cpp
@@ -543,7 +543,7 @@ Layer::get_cairocolor(Context context, const Point
&pos)const
// When the layer doesn't define its own get_cairocolor
// then the normal get_cairo color will be used and
// a Color to CairoColor conversion will be done.
- return CairoColor(context.get_color(pos));
+ return CairoColor(get_color(context, pos));
}
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl