Commit b8231174 authored by Jesse Mapel's avatar Jesse Mapel Committed by Jesse Mapel
Browse files

Fixed qnet combo boxes being editable

parent 84143714
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -332,6 +332,7 @@ namespace Isis {

    m_leftCombo = new QComboBox;
    m_leftCombo->setEditable(true);
    m_leftCombo->setInsertPolicy(QComboBox::NoInsert);
    m_leftCombo->setToolTip("Choose left control measure");
    m_leftCombo->setWhatsThis("Choose left control measure identified by "
                              "cube filename.");
@@ -405,6 +406,7 @@ namespace Isis {
    // create widgets for the right groupbox
    m_rightCombo = new QComboBox;
    m_rightCombo->setEditable(true);
    m_rightCombo->setInsertPolicy(QComboBox::NoInsert);

    // Attach shortcuts to Qnet Tool's window for selecting right measures
    // Note: Qt handles this memory for us since m_qnetTool is the parent of these shortcuts