mirror of https://gitlab.com/basile.b/dexed.git
fix, cesyms disabled for non-D docs
This commit is contained in:
parent
b7ebaa3879
commit
3b3bdf5c7b
|
@ -24,7 +24,7 @@ inherited CESymbolListWidget: TCESymbolListWidget
|
|||
Width = 302
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 4
|
||||
DefaultItemHeight = 18
|
||||
DefaultItemHeight = 16
|
||||
HideSelection = False
|
||||
Images = imgList
|
||||
ReadOnly = True
|
||||
|
|
|
@ -632,6 +632,7 @@ var
|
|||
begin
|
||||
if fDoc = nil then exit;
|
||||
if fDoc.Lines.Count = 0 then exit;
|
||||
if not fDoc.isDSource then exit;
|
||||
|
||||
// standard process options
|
||||
killProcess(fToolProc);
|
||||
|
|
Loading…
Reference in New Issue