mirror of https://gitlab.com/basile.b/dexed.git
nothing
This commit is contained in:
parent
ec6ea26339
commit
ef3b055bcf
|
@ -380,7 +380,7 @@ end;
|
|||
|
||||
procedure TMRUFileList.assign(src: TPersistent);
|
||||
var
|
||||
i: NativeInt;
|
||||
i: Integer;
|
||||
begin
|
||||
inherited;
|
||||
for i := Count-1 downto 0 do
|
||||
|
|
|
@ -14,7 +14,7 @@ type
|
|||
|
||||
TCESynMemo = class;
|
||||
|
||||
// SImple THintWindow descendant allowing the font size to be in sync with the editor.
|
||||
// Simple THintWindow descendant allowing the font size to be in sync with the editor.
|
||||
TCEEditorHintWindow = class(THintWindow)
|
||||
public
|
||||
class var FontSize: Integer;
|
||||
|
|
Loading…
Reference in New Issue