From b1a91e3d7c1c3a8fa7b790ddff010f35deffb1ac Mon Sep 17 00:00:00 2001 From: michl Date: Tue, 20 Dec 2016 19:05:15 +0000 Subject: [PATCH] LCL: TMemo: Fix for flickering on Windows, activating MemoWndProc. Issue #16140 git-svn-id: trunk@53739 - --- lcl/interfaces/win32/win32wsstdctrls.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/interfaces/win32/win32wsstdctrls.pp b/lcl/interfaces/win32/win32wsstdctrls.pp index 5947a5c9f0..2004638f04 100644 --- a/lcl/interfaces/win32/win32wsstdctrls.pp +++ b/lcl/interfaces/win32/win32wsstdctrls.pp @@ -1386,7 +1386,7 @@ begin with Params do begin pClassName := @EditClsName[0]; -// SubClassWndProc := @MemoWndProc; + SubClassWndProc := @MemoWndProc; WindowTitle := StrCaption; end; // create window