mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 15:29:26 +01:00
* fixed an uninitialised variable, please check for correctness!
This commit is contained in:
parent
3894df62ff
commit
ee80396bab
@ -404,6 +404,7 @@ var p,b,dp,db,pb : boolean;
|
||||
begin
|
||||
p := Pen.style <> psClear;
|
||||
b := Brush.style <> bsClear;
|
||||
pb := false;
|
||||
if p and (Pen is TFPCustomDrawPen) then
|
||||
begin
|
||||
p := false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user