mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 10:02:10 +08:00
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:
@ -1045,7 +1045,7 @@ begin
|
|||||||
|
|
||||||
6: case GetColumnDefaultType(Default) of
|
6: case GetColumnDefaultType(Default) of
|
||||||
cdtNull, cdtNullUpdateTS:
|
cdtNull, cdtNullUpdateTS:
|
||||||
TextColor := DatatypeCategories[Integer(dt.Category)].NullColor;
|
TextColor := clGray;
|
||||||
cdtCurTS, cdtCurTSUpdateTS:
|
cdtCurTS, cdtCurTSUpdateTS:
|
||||||
TextColor := DatatypeCategories[Integer(dtcTemporal)].Color;
|
TextColor := DatatypeCategories[Integer(dtcTemporal)].Color;
|
||||||
cdtAutoInc:
|
cdtAutoInc:
|
||||||
|
Reference in New Issue
Block a user