Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/8462_icat_fix_reset_button'
Browse files Browse the repository at this point in the history
  • Loading branch information
gesnerpassos committed Nov 15, 2013
2 parents e63714b + ff2910a commit 2fe4396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/MantidQt/MantidWidgets/src/CatalogSearch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -657,8 +657,8 @@ namespace MantidQt
widget->clear();
}
// Clear all other elements.
m_icatUiForm.Instrument->clear();
m_icatUiForm.InvestigationType->clear();
m_icatUiForm.Instrument->setCurrentIndex(0);
m_icatUiForm.InvestigationType->setCurrentIndex(0);
m_icatUiForm.advSearchCbox->setChecked(false);
m_icatUiForm.myDataCbox->setChecked(false);
}
Expand Down

0 comments on commit 2fe4396

Please sign in to comment.