Skip to content

Commit

Permalink
Refs #4396 hide menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Janik Zikovsky committed Jan 5, 2012
1 parent bb84ee6 commit 0a6b49b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Code/Mantid/MantidPlot/src/Mantid/MantidDock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,8 @@ void MantidDockWidget::addMatrixWorkspaceMenuItems(QMenu *menu, Mantid::API::Mat
void MantidDockWidget::addMDEventWorkspaceMenuItems(QMenu *menu, Mantid::API::IMDEventWorkspace_const_sptr WS) const
{
(void) WS;
menu->addAction(m_showBoxData); // Show MD Box data

//menu->addAction(m_showBoxData); // Show MD Box data (for debugging only)
menu->addAction(m_showVatesGui); // Show the Vates simple interface
if (!MantidQt::API::InterfaceManager::Instance().hasVatesLibraries())
{
Expand Down

0 comments on commit 0a6b49b

Please sign in to comment.