mirror of https://gitlab.com/basile.b/dexed.git
libman, fix, state of the reg btn not set properly
This commit is contained in:
parent
d48aa0b38b
commit
2c67672edd
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<ProjectOptions>
|
||||
<Version Value="9"/>
|
||||
<Version Value="10"/>
|
||||
<PathDelim Value="\"/>
|
||||
<General>
|
||||
<SessionStorage Value="InProjectDir"/>
|
||||
|
|
|
@ -131,6 +131,7 @@ end;
|
|||
|
||||
procedure TCELibManEditorWidget.projClosing(project: ICECommonProject);
|
||||
begin
|
||||
if fProj = project then
|
||||
fProj := nil;
|
||||
if project = fFreeProj then
|
||||
fFreeProj := nil;
|
||||
|
@ -699,6 +700,7 @@ begin
|
|||
exit;
|
||||
LibMan.libraries.Delete(List.Selected.Index);
|
||||
List.Items.Delete(List.Selected.Index);
|
||||
updateButtonsState;
|
||||
end;
|
||||
|
||||
procedure TCELibManEditorWidget.btnSelProjClick(Sender: TObject);
|
||||
|
|
Loading…
Reference in New Issue