1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Fixed broken check

This commit is contained in:
Martin Tůma 2016-06-27 20:29:59 +02:00
parent 07cd536867
commit fc67f6f19a

View File

@ -305,7 +305,7 @@ void GraphView::updateSliderInfo()
{ {
_sliderInfo->setVisible(_graphs.size() == 1); _sliderInfo->setVisible(_graphs.size() == 1);
if (!_slider->isVisible()) if (!_sliderInfo->isVisible())
return; return;
const QPainterPath &path = _graphs.at(0)->path(); const QPainterPath &path = _graphs.at(0)->path();