We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852c268 commit a9ea373Copy full SHA for a9ea373
src/viewer/ascent_viewer.cpp
@@ -417,7 +417,7 @@ void AscentViewer::updateAscentNavigationTargets()
417
lastAscentOfPeakViewRowIndex = ViewRowIndex();
418
419
currentAscentOfPeakIndex = -1;
420
- numAscentsOfPeak = -1;
+ numAscentsOfPeak = 0;
421
422
BufferRowIndex bufferRowIndex = compAscents->getBufferRowIndexForViewRow(currentViewRowIndex);
423
ItemID peakID = db->ascentsTable->peakIDColumn->getValueAt(bufferRowIndex);
0 commit comments