mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
BUG-1681 (2) text color is now the same as border color
This commit is contained in:
parent
dfd5e2de19
commit
825bc4b7f4
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ namespace Greenshot.Drawing {
|
||||||
|
|
||||||
// Draw the text
|
// Draw the text
|
||||||
UpdateFormat();
|
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) {
|
public override bool Contains(int x, int y) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue