TApplication: set THintWindow.BidiMode.

Issue #0022048.

git-svn-id: trunk@43361 -
This commit is contained in:
bart 2013-11-03 16:31:13 +00:00
parent 1ae4a6b361
commit ab9fde51c0

View File

@ -838,7 +838,7 @@ begin
end;
// make the hint have the same BiDiMode as the activating control
//FHintWindow.BiDiMode := FHintControl.BiDiMode;
FHintWindow.BiDiMode := FHintControl.BiDiMode;
// calculate the width of the hint based on HintStr and MaxWidth
with HintInfo do
HintWinRect := FHintWindow.CalcHintRect(HintMaxWidth, HintStr, HintData);