Skip to content

Commit 8be4ec0

Browse files
committed
Try saying the window messagesd were handled.
1 parent 7b4e48f commit 8be4ec0

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

0 Bytes
Binary file not shown.

Bend/Dll/TextCoreControl.dll

0 Bytes
Binary file not shown.

TextCore/Controls/RenderHost.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ IntPtr RenderHost::WndProc( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lPara
104104
case WM_PAINT:
105105
case WM_DISPLAYCHANGE:
106106
InvalidateVisual();
107-
handled = false;
107+
handled = true;
108108
break;
109109
case WM_SIZE:
110110
InvalidateVisual();
111-
handled = false;
111+
handled = true;
112112
break;
113113
case WM_LBUTTONDOWN :
114114
case WM_LBUTTONUP :

0 commit comments

Comments
 (0)