summaryrefslogtreecommitdiff
path: root/starmath/source/node.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/node.cxx')
-rw-r--r--starmath/source/node.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx
index 9ab23e172d8d..f6fc8f0aed10 100644
--- a/starmath/source/node.cxx
+++ b/starmath/source/node.cxx
@@ -1632,7 +1632,7 @@ void SmFontNode::Arrange(OutputDevice &rDev, const SmFormat &rFormat)
case TICONICCOL :
case THEX :
nc = GetToken().aText.toUInt32(16);
- SetColor(Color(nc));
+ SetColor(Color(ColorTransparency, nc));
break;
default: