Do not use blended datatype colors for displaying a NULL default value in the table editor, instead use clGray. Seems to steel attention when everything's too much colored.

This commit is contained in:
Ansgar Becker
2009-07-23 21:08:04 +00:00
parent 33937818a2
commit c7da465f11

View File

@ -1045,7 +1045,7 @@ begin
6: case GetColumnDefaultType(Default) of
cdtNull, cdtNullUpdateTS:
TextColor := DatatypeCategories[Integer(dt.Category)].NullColor;
TextColor := clGray;
cdtCurTS, cdtCurTSUpdateTS:
TextColor := DatatypeCategories[Integer(dtcTemporal)].Color;
cdtAutoInc: