From 825bc4b7f4828f6c790edc75803987c48b17bd54 Mon Sep 17 00:00:00 2001 From: JKlingen Date: Wed, 22 Oct 2014 22:00:00 +0200 Subject: [PATCH] BUG-1681 (2) text color is now the same as border color --- Greenshot/Drawing/SpeechbubbleContainer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Greenshot/Drawing/SpeechbubbleContainer.cs b/Greenshot/Drawing/SpeechbubbleContainer.cs index 8b426358f..1ee2d3832 100644 --- a/Greenshot/Drawing/SpeechbubbleContainer.cs +++ b/Greenshot/Drawing/SpeechbubbleContainer.cs @@ -212,7 +212,7 @@ namespace Greenshot.Drawing { // Draw the text UpdateFormat(); - DrawText(graphics, rect, lineThickness, ControlPaint.Dark(lineColor, 0.25f ), false, StringFormat, Text, Font); + DrawText(graphics, rect, lineThickness, lineColor, false, StringFormat, Text, Font); } public override bool Contains(int x, int y) {