View click highlight.(ViewContainerWidget)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user