mirror of https://gitlab.com/basile.b/dexed.git
clear dub project editor: property editor on proj close
This commit is contained in:
parent
a146f6ec36
commit
e9ca6f014a
|
|
@ -244,6 +244,7 @@ procedure TCEDubProjectEditorWidget.updateEditor;
|
|||
|
||||
begin
|
||||
propTree.Items.Clear;
|
||||
edValue.Clear;
|
||||
if (fProj = nil) or (fProj.json = nil) then
|
||||
exit;
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in New Issue