Skip to content
Snippets Groups Projects
Commit edf47988 authored by WHITFIELDRE email's avatar WHITFIELDRE email
Browse files

Fix workspace icon

parent 423d6018
No related branches found
No related tags found
No related merge requests found
......@@ -49,8 +49,6 @@ LeanElasticPeaksWorkspace::LeanElasticPeaksWorkspace()
*
* @param other :: other LeanElasticPeaksWorkspace to copy from
*/
// LeanElasticPeaksWorkspace::LeanElasticPeaksWorkspace(const
// LeanElasticPeaksWorkspace &other) = default;
LeanElasticPeaksWorkspace::LeanElasticPeaksWorkspace(
const LeanElasticPeaksWorkspace &other)
: IPeaksWorkspace(other), peaks(other.peaks), columns(), columnNames(),
......
......@@ -64,6 +64,7 @@ void WorkspaceIcons::initInternalLookup() {
// Table workspace types
m_idToPixmapName["TableWorkspace"] = "worksheet_xpm";
m_idToPixmapName["PeaksWorkspace"] = "worksheet_xpm";
m_idToPixmapName["LeanElasticPeaksWorkspace"] = "worksheet_xpm";
// Group
m_idToPixmapName["WorkspaceGroup"] = "mantid_wsgroup_xpm";
......
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