* Remove obsolete LCLVersion check: it was preventing RTL Hint Windows

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2535 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2012-09-23 22:27:49 +00:00
parent 2af3b6009e
commit 4ec44f8456

View File

@ -332,7 +332,6 @@ uses
LclExt,
{$endif}
virtualpanningwindow,
LCLVersion,
VTGraphics, //alpha blend functions
{$ifdef DEBUG_VTV}
vtlogger,
@ -5569,7 +5568,6 @@ begin
else
begin
//todo remove this define as soon as 0.9.30 is released to avoid future problems
{$if lcl_release >= 29}
if Column <= NoColumn then
begin
BidiMode := Tree.BidiMode;
@ -5580,7 +5578,6 @@ begin
BidiMode := Tree.Header.Columns[Column].BidiMode;
Alignment := Tree.Header.Columns[Column].Alignment;
end;
{$endif}
//select font according to the type of hint
if (Node = nil) or (Tree.FHintMode <> hmToolTip) then
Canvas.Font := Screen.HintFont