Re: Polyline arrow
- From: Brandon Lewis <dotsony gmail com>
- To: Damon Chaplin <damon karuna eclipse co uk>
- Cc: goocanvas-list gnome org
- Subject: Re: Polyline arrow
- Date: Sun, 07 Feb 2010 15:44:32 -0800
Damon Chaplin wrote:
On Sat, 2010-02-06 at 18:03 +0100, Jonathan Armani wrote:
Hi,
The different values of a polyline arrow are "as a multiple of the
line width", it works fine at the creation but
if I update the polyline line-width, arrow is not updated :
g_object_get(connection, "line-width", ¤t, NULL);
current += weight;
g_object_set(connection, "line-width", current, NULL);
How can I force the update of the arrow after ?
Yes, that does look like a bug.
To workaround it you can update one of the other polyline properties
that do trigger an update, e.g. set "close-path".
Would it be enough to call the changed() method?
Damon
_______________________________________________
Goocanvas-list mailing list
Goocanvas-list gnome org
http://mail.gnome.org/mailman/listinfo/goocanvas-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]