fix: fix orientation show bug after all annotation hide

This commit is contained in:
kradchen
2025-05-21 14:53:21 +08:00
parent cef2d884ab
commit 1a87735d84

View File

@@ -1195,10 +1195,7 @@ void DICOMImageViewer::UpdateCornerInfoAll() {
UpdateCornerInfo(TOP_RIGHT); UpdateCornerInfo(TOP_RIGHT);
UpdateCornerInfo(BOTTOM_MIDDLE); UpdateOrientationInfo();
UpdateCornerInfo(RIGHT_MIDDLE);
UpdateCornerInfo(LEFT_MIDDLE);
UpdateCornerInfo(TOP_MIDDLE);
this->Render(); this->Render();
} else { } else {
cornerAnnotation->ClearAllTexts(); cornerAnnotation->ClearAllTexts();