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:
wp_xxyyzz
2016-04-06 10:43:24 +00:00
parent 7b9a56cd3e
commit 233a4b43b4
9 changed files with 135 additions and 828 deletions

View File

@@ -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