AICAN-Research / FAST-Pathology

⚡ Open-source software for deep learning-based digital pathology
BSD 2-Clause "Simplified" License
121 stars 24 forks source link

Removing WSI from project not working properly #28

Open andreped opened 2 years ago

andreped commented 2 years ago

Just remembered that @dbouget added a feature to remove WSIs from the project, by right-clicking the thumbnail image.

However, if you do that, the QStackedWidget is not properly updated, which leaves an empty item in it.

I believe this can be fixed by force updating the widget through QApplication::processEvents() or similar.

Skjermbilde 2022-06-07 165831