projects
/
potlatch2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix #4114 - "black" being ignored as a color in some contexts.
[potlatch2.git]
/
net
/
systemeD
/
halcyon
/
styleparser
/
PointStyle.as
diff --git
a/net/systemeD/halcyon/styleparser/PointStyle.as
b/net/systemeD/halcyon/styleparser/PointStyle.as
index e95d2ddb81a00bcb17daf3045097950f282c34ad..aac8c65c2a08fe6114aff4ed408a3e0af3a4d7e6 100644
(file)
--- a/
net/systemeD/halcyon/styleparser/PointStyle.as
+++ b/
net/systemeD/halcyon/styleparser/PointStyle.as
@@
-3,7
+3,7
@@
package net.systemeD.halcyon.styleparser {
public class PointStyle extends Style {
public var icon_image:String;
- public var icon_width:uint;
+ public var icon_width:uint
=0
;
public var icon_height:uint;
public var rotation:Number;