FOSSEE / eSim

This repository contain source code for new flow of FreeEDA now know as eSim
GNU General Public License v3.0
84 stars 72 forks source link

Resolved Project Files Refresh Problem #210

Closed PatelVatsalB21 closed 2 years ago

PatelVatsalB21 commented 2 years ago

Related Issues

209 is the issue where project explorer is not updating project files appropriately when required.

Approach

In this method, a new function refreshInstant() has been created that is triggered when QTreeWidget is expanded and then calls refreshProject() function. Also, a parameter indexItem=None is added in refreshProject() for better functioning.

Screenshots

Screenshot 2022-07-04 174833

pep8speaks commented 2 years ago

Hello @PatelVatsalB21! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2022-07-05 04:56:41 UTC