Browse Source

FIX: Differ - Invalid type cast (fixes #1374)

Alexander Koblov 1 year ago
parent
commit
0d6d4d4e94
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/usyndiffcontrols.pas

+ 1 - 1
src/usyndiffcontrols.pas

@@ -81,7 +81,7 @@ type
 
   { TSynDiffEdit }
 
-  TSynDiffEdit = class(TCustomSynEdit)
+  TSynDiffEdit = class(TSynEdit)
   private
     FPaintStyle: TPaintStyle;
     FEncoding: String;