Loading isis/src/qisis/objs/JigsawSetupDialog/JigsawSetupDialog.cpp +3 −5 Original line number Diff line number Diff line Loading @@ -1355,7 +1355,9 @@ namespace Isis { //Set the root index to display the subtree we are interested in. This requires //computing the proxy index from the source model. m_ui->treeView->setRootIndex(osspm->mapFromSource(item->index() )); if (selectedItems.count() > 0) { m_ui->treeView->setRootIndex(osspm->mapFromSource(selectedItems[0]->index() )); } // Generate observation numbers for the images QStringList observationNumbers; Loading @@ -1373,10 +1375,6 @@ namespace Isis { } if (selectedItems.count() > 0) { m_ui->treeView->setRootIndex(osspm->mapFromSource(selectedItems[0]->index() )); } // Commented out since it contains some unimplemented functions (i.e. pseudo-code) #if 0 Loading Loading
isis/src/qisis/objs/JigsawSetupDialog/JigsawSetupDialog.cpp +3 −5 Original line number Diff line number Diff line Loading @@ -1355,7 +1355,9 @@ namespace Isis { //Set the root index to display the subtree we are interested in. This requires //computing the proxy index from the source model. m_ui->treeView->setRootIndex(osspm->mapFromSource(item->index() )); if (selectedItems.count() > 0) { m_ui->treeView->setRootIndex(osspm->mapFromSource(selectedItems[0]->index() )); } // Generate observation numbers for the images QStringList observationNumbers; Loading @@ -1373,10 +1375,6 @@ namespace Isis { } if (selectedItems.count() > 0) { m_ui->treeView->setRootIndex(osspm->mapFromSource(selectedItems[0]->index() )); } // Commented out since it contains some unimplemented functions (i.e. pseudo-code) #if 0 Loading