BUG-1681 (2) text color is now the same as border color

This commit is contained in:
JKlingen 2014-10-22 22:00:00 +02:00
commit 825bc4b7f4

View file

@ -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) {