mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-12 11:17:07 +01:00
cursors: Fix up naming of values derived from segmented cursors
This commit is contained in:
@@ -130,9 +130,9 @@ void PlotView::invalidateEvent()
|
||||
horizontalScrollBar()->setMaximum(mainSampleSource->count());
|
||||
}
|
||||
|
||||
void PlotView::setCursorBits(int bits)
|
||||
void PlotView::setCursorSegments(int segments)
|
||||
{
|
||||
cursors.setBits(bits);
|
||||
cursors.setSegments(segments);
|
||||
cursorsMoved();
|
||||
viewport()->update();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user