fix: fix image view title bar clear bug

This commit is contained in:
kradchen
2025-05-20 16:15:09 +08:00
parent 1d5d7752ad
commit cef2d884ab

View File

@@ -238,6 +238,7 @@ void DicomImageView::scrollBarValueChanged(int slice) {
void DicomImageView::viewCleared() {
resetView();
mTitleBar->setTitleContent("");
emit afterViewCleared(this);
}