Do not change controller's selected project on close of loader window which causes issues.
Additional info
There is an issue with this approach. When the project change does not happen via project combobox then the combobox does not know that it should be deselected. In case there is no current project (e.g. loader used in tray action) it won't update the expected project and behave like there is no selected project, but it is. After some testing I found out that the change is not needed at all and can be discarted.
Testing notes:
Loader tray action
This is what this PR is fixing.
Open loader tool in tray
Select a project
Close loader tool
Open the loader tool again
The same project should be selected and it's folders are visible
Loader in hosts
Validate that we didn't break expected behavior in hosts.
Launch host of your choice
Open loader tool
Change project to library project
Close loader tool
Open loader tool
Current project with current context should be selected
Changelog Description
Do not change controller's selected project on close of loader window which causes issues.
Additional info
There is an issue with this approach. When the project change does not happen via project combobox then the combobox does not know that it should be deselected. In case there is no current project (e.g. loader used in tray action) it won't update the expected project and behave like there is no selected project, but it is. After some testing I found out that the change is not needed at all and can be discarted.
Testing notes:
Loader tray action
This is what this PR is fixing.
Loader in hosts
Validate that we didn't break expected behavior in hosts.