LCL: themes: use original constants

git-svn-id: trunk@57754 -
This commit is contained in:
ondrej 2018-05-01 09:04:13 +00:00
parent 5646ae5bec
commit 9b8424c65b
2 changed files with 1 additions and 9 deletions

View File

@ -2118,7 +2118,7 @@ begin
teHeader:
begin
if Details.Part = HP_HEADERSORTARROW then
DrawTriangle(Details.State = HDRS_SORTDOWN)
DrawTriangle(Details.State = HSAS_SORTEDDOWN)
else
begin
ADrawFlags := DFCS_BUTTONPUSH;

View File

@ -1845,14 +1845,6 @@ const
TREIS_HOTSELECTED = 6;
type
HEADERSTATES = longint;
const
HDRS_SORTDOWN = 1;
HDRS_SORTUP = 2;
type
GLYPHSTATES = longint;