Skip to content

Commit

Permalink
re #8294: SANS window remove double addition of delete observer
Browse files Browse the repository at this point in the history
This cause the Mantid to crash when you close and reopen the SANS interface
and perform some reduction.
  • Loading branch information
gesnerpassos committed Oct 30, 2013
1 parent 322f6b1 commit db98ba3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Code/Mantid/MantidQt/CustomInterfaces/src/SANSRunWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,6 @@ void SANSRunWindow::initAnalysDetTab()
m_uiForm.q_rebin->setToolTip("Any string allowed by the Rebin algorithm may be used");


//Listen for Workspace delete signals
AnalysisDataService::Instance().notificationCenter.addObserver(m_delete_observer);

makeValidator(m_uiForm.wavRanVal_lb, m_uiForm.wavRanges, m_uiForm.tab_2,
"A comma separated list of numbers is required here");

Expand Down

0 comments on commit db98ba3

Please sign in to comment.