mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-21 09:59:44 +01:00
LCL: TMemo: Fix for flickering on Windows, activating MemoWndProc. Issue #16140
git-svn-id: trunk@53739 -
This commit is contained in:
parent
73aa9aa4bb
commit
b1a91e3d7c
@ -1386,7 +1386,7 @@ begin
|
|||||||
with Params do
|
with Params do
|
||||||
begin
|
begin
|
||||||
pClassName := @EditClsName[0];
|
pClassName := @EditClsName[0];
|
||||||
// SubClassWndProc := @MemoWndProc;
|
SubClassWndProc := @MemoWndProc;
|
||||||
WindowTitle := StrCaption;
|
WindowTitle := StrCaption;
|
||||||
end;
|
end;
|
||||||
// create window
|
// create window
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user