mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-20 20:59:39 +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
|
||||
begin
|
||||
pClassName := @EditClsName[0];
|
||||
// SubClassWndProc := @MemoWndProc;
|
||||
SubClassWndProc := @MemoWndProc;
|
||||
WindowTitle := StrCaption;
|
||||
end;
|
||||
// create window
|
||||
|
||||
Loading…
Reference in New Issue
Block a user