Browse Source

Merge branch 'main' into isscint-update

Martijn Laan 1 year ago
parent
commit
b49de31f1e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Components/ScintEdit.pas
  2. 1 1
      Examples/PowerShell.iss

+ 1 - 1
Components/ScintEdit.pas

@@ -1986,7 +1986,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;

+ 1 - 1
Examples/PowerShell.iss

@@ -35,7 +35,7 @@ UninstallDisplayIcon={app}\MyProg.exe
 Compression=lzma2
 SolidCompression=yes
 OutputDir=userdocs:Inno Setup Examples Output
-Password=={#Password}
+Password={#Password}
 
 [Files]
 Source: "MyProg.exe"; DestDir: "{app}"