Commit d14b5560 authored by Craig Watson's avatar Craig Watson

Fix crash when changing page color

parent a673aedb
...@@ -84,6 +84,7 @@ void UBGraphicsStrokesGroup::setColor(const QColor &color, colorType pColorType) ...@@ -84,6 +84,7 @@ void UBGraphicsStrokesGroup::setColor(const QColor &color, colorType pColorType)
} }
} }
if (mDebugText)
mDebugText->setBrush(QBrush(color)); mDebugText->setBrush(QBrush(color));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment