Skip to content

Commit

Permalink
Use global configuration option for distribution plotting.
Browse files Browse the repository at this point in the history
Refs #10639
  • Loading branch information
martyngigg committed Nov 27, 2014
1 parent 27a167f commit 5fa1580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidPlot/src/Mantid/MantidUI.cpp
Expand Up @@ -3127,7 +3127,7 @@ MultiLayer* MantidUI::plot1D(const QMultiMap<QString,int>& toPlot, bool spectrum
bool plotAsDistribution(false);
if(distr == MantidQt::DistributionDefault)
{
plotAsDistribution = false;
plotAsDistribution = appWindow()->autoDistribution1D;
}
else
{
Expand Down

0 comments on commit 5fa1580

Please sign in to comment.