mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 08:59:55 +00:00
Updated Merge Tool Part 2a of 2a/b
.. page flow and join sorted
.. committing before resolving the merging code
- analyse() to identify offsets
- combine() to merge into a working copy
- ux for sliding offsets on a fullplot
.. next commit will complete this update to the
merge tool
NOTE: MERGE IS NOT CURRENTLY WORKING SO PLEASE
DO NOT USE IT !!!!
This commit is contained in:
@@ -1286,7 +1286,7 @@ AllPlotWindow::rideSelected()
|
||||
setIsBlank(false);
|
||||
|
||||
// we already plotted it!
|
||||
if (ride == current && stale == false) return;
|
||||
if (!ride->isDirty() && ride == current && stale == false) return;
|
||||
|
||||
// ok, its now the current ride
|
||||
current = ride;
|
||||
|
||||
Reference in New Issue
Block a user