Skip to content

Commit

Permalink
Refs #8876 Apply the correct offset from monitor colouring.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed Feb 4, 2014
1 parent 3205877 commit bd56466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/MantidPlot/src/Mantid/MantidMatrix.cpp
Expand Up @@ -1264,6 +1264,7 @@ QVariant MantidMatrixModel::data(const QModelIndex &index, int role) const
*/
bool MantidMatrixModel::checkMontorCache(int row) const
{
row += m_startRow; //correctly offset the row
if (m_workspace->getAxis(1)->isSpectra())
{
bool isMon = false;
Expand Down

0 comments on commit bd56466

Please sign in to comment.