(#570) Fixed grid alignment

Is this due to a qwt-bug ?
This commit is contained in:
Jacob Støren 2015-10-29 14:13:44 +01:00
parent 1156da7f03
commit 59617a3c43

View File

@ -144,6 +144,7 @@ void RiuWellLogTrackPlot::setDepthZoom(double minDepth, double maxDepth)
void RiuWellLogTrackPlot::setXRange(double min, double max)
{
setAxisScale(QwtPlot::xTop, min, max);
setAxisScale(QwtPlot::xBottom, min, max);
}
//--------------------------------------------------------------------------------------------------