View click highlight.(ViewContainerWidget)

This commit is contained in:
Krad
2022-04-02 16:08:15 +08:00
parent 6f67e3fd78
commit 6e94408288

View File

@@ -147,7 +147,7 @@ void ViewContainerWidget::SetInteractionMode(int InteractionMode)
void ViewContainerWidget::Slot_ViewClicked(DicomImageView *view) {
//set current_view
if (manager.getCurrentView() != view) {
manager.setCurrentView(view);
this->setCurrentView(view);
}
}