mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 20:40:20 +02:00
* writemode was not set to normalput during clearviewport (and it uses hline)
This commit is contained in:
parent
fadf943935
commit
4cb3f54367
@ -1837,6 +1837,7 @@ Begin
|
|||||||
OldCurColor := CurrentColor;
|
OldCurColor := CurrentColor;
|
||||||
CurrentColor:=CurrentBkColor;
|
CurrentColor:=CurrentBkColor;
|
||||||
OldWriteMode:=CurrentWriteMode;
|
OldWriteMode:=CurrentWriteMode;
|
||||||
|
CurrentWriteMode:=NormalPut;
|
||||||
GetLineSettings(LineSets);
|
GetLineSettings(LineSets);
|
||||||
{ reset to normal line style...}
|
{ reset to normal line style...}
|
||||||
SetLineStyle(SolidLn, 0, NormWidth);
|
SetLineStyle(SolidLn, 0, NormWidth);
|
||||||
@ -3002,7 +3003,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.57 2000-02-27 14:41:25 peter
|
Revision 1.58 2000-03-08 14:20:14 jonas
|
||||||
|
* writemode was not set to normalput during clearviewport (and it uses hline)
|
||||||
|
|
||||||
|
Revision 1.57 2000/02/27 14:41:25 peter
|
||||||
* removed warnings/notes
|
* removed warnings/notes
|
||||||
|
|
||||||
Revision 1.56 2000/02/06 01:47:15 sg
|
Revision 1.56 2000/02/06 01:47:15 sg
|
||||||
|
Loading…
Reference in New Issue
Block a user