浏览代码

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

Alexander Koblov 1 年之前
父节点
当前提交
0d6d4d4e94
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;