fix: fix reference render bug after double click or button called maximum window action.
This commit is contained in:
@@ -264,6 +264,7 @@ void ImageViewManager::viewClicked(DicomImageView *view) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void ImageViewManager::viewDoubleClicked(DicomImageView *view) {
|
void ImageViewManager::viewDoubleClicked(DicomImageView *view) {
|
||||||
|
viewClicked(view);
|
||||||
if (!view) {
|
if (!view) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user