Skip to content
Snippets Groups Projects
Commit 071a8a4d authored by Roman Tolchenov's avatar Roman Tolchenov
Browse files

Disabled distribution plots because I switched to a different ticket. re #1238

parent c4bf41e8
No related merge requests found
......@@ -684,7 +684,7 @@ void MantidDockWidget::addMatrixWorspaceMenuItems(QMenu *menu, Mantid::API::Matr
menu->addAction(m_showData);
menu->addAction(m_showInst);
menu->addAction(m_plotSpec);
menu->addAction(m_plotSpecDistr);
//menu->addAction(m_plotSpecDistr);
// Don't plot a spectrum if only one X value
m_plotSpec->setEnabled ( matrixWS->blocksize() > 1 );
menu->addAction(m_colorFill);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment