GNOME Bugzilla – Bug 328580
Color not respected for Ethernet bus object
Last modified: 2006-02-03 17:33:33 UTC
When creating a new ethernet bus, and selecting a new color, it always draws the bus in black.
Selecting a new color in the toolbox does not change the color of an existing object, only editing object properties does that. The bus object, unfortunately, does not allow changing of color yet.
Created attachment 58643 [details] [review] Adding a color property to the bus object
Created attachment 58659 [details] [review] Colored bus - take2
Thanks, take2 includes exactly the modification I had done myself. 2006-02-03 Hans Breuer <hans@breuer.org> * objects/network/bus.c : allow to tint it. Patch from Torben H. Nielsen, closes bug #328580. * objects/network/wanlink.c : allow to tint this as well.