Skip to content

Commit

Permalink
Refs #10656 Reorder in slice viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonPiccardoSelg committed Mar 3, 2015
1 parent d7de1b6 commit 16a6a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidQt/SliceViewer/src/SliceViewer.cpp
Expand Up @@ -74,8 +74,8 @@ SliceViewer::SliceViewer(QWidget *parent)
: QWidget(parent), m_ws(), m_firstWorkspaceOpen(false), m_dimensions(),
m_data(NULL), m_X(), m_Y(), m_dimX(0), m_dimY(1), m_logColor(false),
m_fastRender(true), m_rebinMode(false), m_rebinLocked(true),
m_logger("SliceViewer"),
m_mdSettings(new MantidQt::API::MdSettings()),
m_logger("SliceViewer"),
m_peaksPresenter(boost::make_shared<CompositePeaksPresenter>(this)),
m_proxyPeaksPresenter(
boost::make_shared<ProxyCompositePeaksPresenter>(m_peaksPresenter)),
Expand Down

0 comments on commit 16a6a40

Please sign in to comment.