mirror of https://gitlab.com/basile.b/dexed.git
proj inspect, reset filter on other proj focused
This commit is contained in:
parent
bd49e4586b
commit
ad49c10ead
|
@ -292,6 +292,7 @@ procedure TProjectInspectWidget.projFocused(project: ICommonProject);
|
|||
begin
|
||||
fLastFileOrFolder := '';
|
||||
fProject := project;
|
||||
TreeFilterEdit1.Text:= '';
|
||||
DetectNewDubSources(nil);
|
||||
updateButtons;
|
||||
if Visible then
|
||||
|
|
Loading…
Reference in New Issue