Explorar o código

Removed redundant call of hideUIDColumns

This is already done in setDicomDatabase
Andreas Fetzer %!s(int64=10) %!d(string=hai) anos
pai
achega
f666364f3e
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Libs/DICOM/Widgets/ctkDICOMTableView.cpp

+ 0 - 1
Libs/DICOM/Widgets/ctkDICOMTableView.cpp

@@ -103,7 +103,6 @@ void ctkDICOMTableViewPrivate::init()
 #else
   this->tblDicomDatabaseView->horizontalHeader()->setSectionResizeMode(QHeaderView::Interactive);
 #endif
-  this->hideUIDColumns();
 
   QObject::connect(this->tblDicomDatabaseView->selectionModel(),
                    SIGNAL(selectionChanged(const QItemSelection&,const QItemSelection&)),