LCL/SpeedButton: Fix clipping of caption containing double ampersand characters, issue #39820.

(cherry picked from commit fbe7aa44e1)
This commit is contained in:
wp_xyz 2022-10-27 22:27:35 +02:00 committed by Maxim Ganetsky
parent f933c75d91
commit e23483223f

View File

@ -1119,7 +1119,6 @@ begin
if FShowCaption and (Caption <> '') then
begin
TMP := Caption;
DeleteAmpersands(TMP);
Flags := DT_CalcRect;
if not Canvas.TextStyle.SingleLine then
Inc(Flags, DT_WordBreak);