mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Yet another small fix...
This commit is contained in:
parent
284f7d0a36
commit
f41b13a5a2
@ -788,8 +788,8 @@ void GUI::poiFileChecked(int index)
|
|||||||
|
|
||||||
void GUI::sliderPositionChanged(qreal pos)
|
void GUI::sliderPositionChanged(qreal pos)
|
||||||
{
|
{
|
||||||
_track->movePositionMarker(_sliderPos);
|
|
||||||
_sliderPos = pos;
|
_sliderPos = pos;
|
||||||
|
_track->movePositionMarker(_sliderPos);
|
||||||
}
|
}
|
||||||
|
|
||||||
void GUI::graphChanged(int index)
|
void GUI::graphChanged(int index)
|
||||||
|
Loading…
Reference in New Issue
Block a user