mirror of https://gitlab.com/basile.b/dexed.git
typo
This commit is contained in:
parent
eaece5e670
commit
f6ef7aa4bf
|
@ -99,7 +99,7 @@ begin
|
||||||
//
|
//
|
||||||
completion.OnPaintItem := @completionItemPaint;
|
completion.OnPaintItem := @completionItemPaint;
|
||||||
fSyncEdit := TSynPluginSyncroEdit.Create(self);
|
fSyncEdit := TSynPluginSyncroEdit.Create(self);
|
||||||
//TODO-ccLCL&LAZ-specific: activate this after next Laz release
|
//TODO-cLCL&LAZ-specific: activate this after next Laz release
|
||||||
//fSyncEdit.CaseSensitive:=true;
|
//fSyncEdit.CaseSensitive:=true;
|
||||||
bmp := TBitmap.Create;
|
bmp := TBitmap.Create;
|
||||||
try
|
try
|
||||||
|
|
Loading…
Reference in New Issue