소스 검색

Correct bug of selecting wrong thumbnail index when selecting a model

nherlambang 14 년 전
부모
커밋
31f41ba5c6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Libs/DICOM/Widgets/ctkDICOMThumbnailListWidget.cpp

+ 1 - 1
Libs/DICOM/Widgets/ctkDICOMThumbnailListWidget.cpp

@@ -250,7 +250,7 @@ void ctkDICOMThumbnailListWidget::onModelSelected(const QModelIndex &index){
         }
     }
 
-    this->selectThumbnail(1);
+    this->selectThumbnail(0);
 }
 
 //----------------------------------------------------------------------------