浏览代码

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);
 }
 
 //----------------------------------------------------------------------------