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

Yet another small fix...

This commit is contained in:
Martin Tůma 2016-03-30 23:07:54 +02:00
parent 284f7d0a36
commit f41b13a5a2

View File

@ -788,8 +788,8 @@ void GUI::poiFileChecked(int index)
void GUI::sliderPositionChanged(qreal pos)
{
_track->movePositionMarker(_sliderPos);
_sliderPos = pos;
_track->movePositionMarker(_sliderPos);
}
void GUI::graphChanged(int index)