Unverified Commit aa1ea0ba authored by ihumphrey's avatar ihumphrey Committed by GitHub
Browse files

removed old setting of tree root in JigsawSetupDialog

parent 2a0c3a1c
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -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;
@@ -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