mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +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
|
||||
cdtNull, cdtNullUpdateTS:
|
||||
TextColor := DatatypeCategories[Integer(dt.Category)].NullColor;
|
||||
TextColor := clGray;
|
||||
cdtCurTS, cdtCurTSUpdateTS:
|
||||
TextColor := DatatypeCategories[Integer(dtcTemporal)].Color;
|
||||
cdtAutoInc:
|
||||
|
Reference in New Issue
Block a user