You've already forked lazarus-ccr
fpspreadsheet: Remove/deprecate all color constants and color names exceot for the basic EGA colors.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4608 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -6,7 +6,7 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ButtonPanel,
|
||||
ExtCtrls, StdCtrls, Spin, Buttons, types, contnrs, inifiles,
|
||||
ExtCtrls, StdCtrls, Spin, Buttons, types, inifiles,
|
||||
fpsTypes, fpsNumFormat, fpSpreadsheet;
|
||||
|
||||
type
|
||||
@@ -552,6 +552,7 @@ var
|
||||
nfp: TsNumFormatParams;
|
||||
idx: PtrInt;
|
||||
begin
|
||||
Unused(Control);
|
||||
LbFormat.Canvas.Brush.Color := clWindow;
|
||||
LbFormat.Canvas.Font.Assign(LbFormat.Font);
|
||||
if State * [odSelected, odFocused] <> [] then
|
||||
|
Reference in New Issue
Block a user