mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 06:18:21 +02:00
lcl: revert r41655 #00944bbf41 since it causes problems on windows XP
git-svn-id: trunk@41698 -
This commit is contained in:
parent
c44cd1c397
commit
e036e4b080
@ -659,7 +659,7 @@ end;
|
||||
class procedure TWin32WSBitBtn.SetText(const AWinControl: TWinControl; const AText: string);
|
||||
begin
|
||||
if not WSCheckHandleAllocated(AWinControl, 'SetText') then Exit;
|
||||
TWin32WSWinControl.SetText(AWinControl, AText);
|
||||
// TWin32WSWinControl.SetText(AWinControl, AText);
|
||||
DrawBitBtnImage(TCustomBitBtn(AWinControl), AText);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user