We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ea8fb commit 1c526e1Copy full SHA for 1c526e1
Embarcadero/Athens/Athens.patch
@@ -10,7 +10,7 @@ diff --git a/Embarcadero/Athens/fmx/FMX.Canvas.D2D.pas b/Embarcadero/Athens/fmx/
10
- if TrailingHit then
11
- Result := Result + Integer(HitTestMetrics.length);
12
+ //https://quality.embarcadero.com/browse/RSP-39734
13
-+ if Result >= 0 then Inc(Result); // HitTestMetrics.textPosition look like zero based
++ if TrailingHit then Inc(Result); // HitTestMetrics.textPosition look like zero based
14
+ //if TrailingHit then
15
+ // Result := Result + Integer(HitTestMetrics.length);
16
end
0 commit comments