Skip to content
Snippets Groups Projects
Commit f3f8db1e authored by Dimitar Tasev's avatar Dimitar Tasev
Browse files

Added Show Data context option for Table/Peaks WS

parent fbda4d95
No related branches found
No related tags found
No related merge requests found
...@@ -106,6 +106,9 @@ void WorkspaceTreeWidgetSimple::popupContextMenu() { ...@@ -106,6 +106,9 @@ void WorkspaceTreeWidgetSimple::popupContextMenu() {
matrixWS->getInstrument() && matrixWS->getInstrument() &&
!matrixWS->getInstrument()->getName().empty()); !matrixWS->getInstrument()->getName().empty());
menu->addSeparator(); menu->addSeparator();
} else if (boost::dynamic_pointer_cast<ITableWorkspace>(workspace)) {
menu->addAction(m_showData);
menu->addSeparator();
} }
menu->addAction(m_rename); menu->addAction(m_rename);
menu->addAction(m_saveNexus); menu->addAction(m_saveNexus);
......
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