mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:59:31 +02:00
LCL: Win32: TStaticText: Formating
git-svn-id: trunk@53912 -
This commit is contained in:
parent
3df7cd55d3
commit
43f4250bb3
@ -1546,13 +1546,11 @@ begin
|
||||
begin
|
||||
TWin32ThemeServices(ThemeServices).PaintBorder(WindowInfo^.WinControl, True);
|
||||
Result := 0;
|
||||
end
|
||||
else
|
||||
Result := WindowProc(Window, Msg, WParam, LParam);
|
||||
Exit;
|
||||
end;
|
||||
end;
|
||||
else
|
||||
Result := WindowProc(Window, Msg, WParam, LParam);
|
||||
end;
|
||||
Result := WindowProc(Window, Msg, WParam, LParam);
|
||||
end;
|
||||
|
||||
function StaticTextParentMsgHandler(const AWinControl: TWinControl; Window: HWnd;
|
||||
|
Loading…
Reference in New Issue
Block a user