mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Fix RideNavigator::cursorRide()
.. new ridecache model and proxy interaction needed fixing up -- cursorRide() was not working at all ! Fixes #1300
This commit is contained in:
@@ -104,6 +104,10 @@ RideFileCache::RideFileCache(Context *context, QString fileName, double weight,
|
||||
// WE'RE GOOD
|
||||
if (check == false) readCache(); // if check is false we aren't just checking
|
||||
return;
|
||||
} else {
|
||||
// for debug only
|
||||
//qDebug()<<"refresh because version ("<<RideFileCacheVersion<<","<<head.version<<")"
|
||||
// << " weight ("<< weight <<"," <<head.WEIGHT<<")";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user