FAST-Pathology
FAST-Pathology copied to clipboard
Removing WSI from project not working properly
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.