mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 22:00:20 +02:00
TApplication: set THintWindow.BidiMode.
Issue #0022048. git-svn-id: trunk@43361 -
This commit is contained in:
parent
1ae4a6b361
commit
ab9fde51c0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user