Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9559 → Rev 9560

/programs/develop/cedit/SRC/Graph.ob07
1,5 → 1,5
(*
Copyright 2021 Anton Krotov
Copyright 2021, 2022 Anton Krotov
 
This file is part of CEdit.
 
282,6 → 282,9
ELSE
color := canvas.textColor
END;
IF c = Lines.NUL THEN
c := 0X
END;
KOSAPI.sysfunc6(4, x*65536 + y, font + color, SYSTEM.ADR(c), 1, canvas.bitmap - 8)
END;
INC(x, canvas.font.width);