mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 19:19:18 +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
|
begin
|
||||||
TWin32ThemeServices(ThemeServices).PaintBorder(WindowInfo^.WinControl, True);
|
TWin32ThemeServices(ThemeServices).PaintBorder(WindowInfo^.WinControl, True);
|
||||||
Result := 0;
|
Result := 0;
|
||||||
end
|
Exit;
|
||||||
else
|
end;
|
||||||
Result := WindowProc(Window, Msg, WParam, LParam);
|
|
||||||
end;
|
end;
|
||||||
else
|
|
||||||
Result := WindowProc(Window, Msg, WParam, LParam);
|
|
||||||
end;
|
end;
|
||||||
|
Result := WindowProc(Window, Msg, WParam, LParam);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function StaticTextParentMsgHandler(const AWinControl: TWinControl; Window: HWnd;
|
function StaticTextParentMsgHandler(const AWinControl: TWinControl; Window: HWnd;
|
||||||
|
Loading…
Reference in New Issue
Block a user