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);
|
procedure TMRUFileList.assign(src: TPersistent);
|
||||||
var
|
var
|
||||||
i: NativeInt;
|
i: Integer;
|
||||||
begin
|
begin
|
||||||
inherited;
|
inherited;
|
||||||
for i := Count-1 downto 0 do
|
for i := Count-1 downto 0 do
|
||||||
|
|
|
@ -14,7 +14,7 @@ type
|
||||||
|
|
||||||
TCESynMemo = class;
|
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)
|
TCEEditorHintWindow = class(THintWindow)
|
||||||
public
|
public
|
||||||
class var FontSize: Integer;
|
class var FontSize: Integer;
|
||||||
|
|
Loading…
Reference in New Issue