Loading isis/src/qisis/objs/JigsawDialog/JigsawDialog.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,7 @@ namespace Isis { m_close = new QPushButton(tr("&Close")); m_accept->setEnabled(false); m_reject->setEnabled(false); m_ui->JigsawRunButton->setEnabled(false); m_close->setEnabled(true); // Add tool tips to the buttons Loading Loading @@ -180,6 +181,7 @@ namespace Isis { m_bundleSettings = setupdlg.bundleSettings(); // The settings have been modified, might be misleading to keep this check after setup. m_ui->useLastSettings->setChecked(false); m_ui->JigsawRunButton->setEnabled(true); } } Loading isis/src/qisis/objs/JigsawDialog/JigsawDialog.ui +5 −2 Original line number Diff line number Diff line Loading @@ -10,8 +10,8 @@ </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> <width>540</width> <height>300</height> </size> </property> <property name="windowTitle"> Loading Loading @@ -59,6 +59,9 @@ <property name="text"> <string>&Run</string> </property> <property name="enabled"> <bool>false</bool> </property> </widget> </item> <item row="2" column="0"> Loading Loading
isis/src/qisis/objs/JigsawDialog/JigsawDialog.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,7 @@ namespace Isis { m_close = new QPushButton(tr("&Close")); m_accept->setEnabled(false); m_reject->setEnabled(false); m_ui->JigsawRunButton->setEnabled(false); m_close->setEnabled(true); // Add tool tips to the buttons Loading Loading @@ -180,6 +181,7 @@ namespace Isis { m_bundleSettings = setupdlg.bundleSettings(); // The settings have been modified, might be misleading to keep this check after setup. m_ui->useLastSettings->setChecked(false); m_ui->JigsawRunButton->setEnabled(true); } } Loading
isis/src/qisis/objs/JigsawDialog/JigsawDialog.ui +5 −2 Original line number Diff line number Diff line Loading @@ -10,8 +10,8 @@ </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> <width>540</width> <height>300</height> </size> </property> <property name="windowTitle"> Loading Loading @@ -59,6 +59,9 @@ <property name="text"> <string>&Run</string> </property> <property name="enabled"> <bool>false</bool> </property> </widget> </item> <item row="2" column="0"> Loading