2
0
Эх сурвалжийг харах

Add comment about WMMouseWheel fix.

Martijn Laan 1 жил өмнө
parent
commit
6bc2e2b067

+ 1 - 1
Components/ScintEdit.pas

@@ -1945,7 +1945,7 @@ begin
     meaningful to the VCL -- but it doesn't restore the original value before
     passing an unhandled WM_MOUSEWHEEL message up to DefWndProc. This causes
     Scintilla to see Ctrl+wheel as Shift+wheel, breaking zoom. (Observed on
-    Delphi 2009.) }
+    Delphi 2009 and still needed in Delphi 11.3.) }
   Message.Result := CallWindowProc(DefWndProc, Handle, Message.Msg,
     Message.WParam, Message.LParam);
 end;