From 8029b206517f1424fa12cd2082c8595062072f92 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 11 May 2020 15:35:20 +0200 Subject: Cursor nur 1pt breit, damit dicke Linien noch zu sehen sind --- raetsel.lps | 99 +++++++++++++++++++++++++++++---------------------------- raetselunit.pas | 2 ++ 2 files changed, 52 insertions(+), 49 deletions(-) diff --git a/raetsel.lps b/raetsel.lps index 24d557b..294c5d3 100644 --- a/raetsel.lps +++ b/raetsel.lps @@ -9,7 +9,7 @@ - + @@ -19,7 +19,7 @@ - + @@ -32,24 +32,25 @@ - + - - - + + + - - + + + @@ -112,7 +113,7 @@ - + @@ -127,7 +128,7 @@ - + @@ -151,7 +152,7 @@ - + @@ -161,121 +162,121 @@ - + - + - + - + - + + - + - + - + - - + + - - + + - + - - + + - + + - - + + - + - + - - + - - + + - - + + - + - + - + - + - + - + - - + + - - + + - - + diff --git a/raetselunit.pas b/raetselunit.pas index 4ea8d77..5eae72a 100644 --- a/raetselunit.pas +++ b/raetselunit.pas @@ -811,6 +811,7 @@ begin end; end; zeichenFlaeche.canvas.pen.color:=$8080ff; + zeichenFlaeche.canvas.pen.width:=1; if (cursorPosition>=0) and (dim>0) and cursor then begin zeichenFlaeche.canvas.brush.color:= $ffffff - $181818 * byte( @@ -826,6 +827,7 @@ begin round(((cursorPosition div dim)+2)*zellGroesze+1) ); end; + zeichenFlaeche.canvas.pen.width:=3; zeichenFlaeche.canvas.brush.color:=$ffffff; for i:=0 to dim-1 do begin schreibeZentriert(i,-1,rand[i]); -- cgit v1.2.3-54-g00ecf