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
|
begin
|
||||||
fLastFileOrFolder := '';
|
fLastFileOrFolder := '';
|
||||||
fProject := project;
|
fProject := project;
|
||||||
|
TreeFilterEdit1.Text:= '';
|
||||||
DetectNewDubSources(nil);
|
DetectNewDubSources(nil);
|
||||||
updateButtons;
|
updateButtons;
|
||||||
if Visible then
|
if Visible then
|
||||||
|
|
Loading…
Reference in New Issue