Fix incorrectly renamed strings

pull/1/head
Slávek Banko 9 years ago
parent 58f8feb79d
commit b8ecabbc8f

@ -160,7 +160,7 @@ void SignalPlotter::addSample( const TQValueList<double>& sampleBuf )
/* If the vertical lines are scrolling, increment the offset /* If the vertical lines are scrolling, increment the offset
* so they move with the data. The vOffset / hScale confusion * so they move with the data. The vOffset / hScale confusion
* is because v refers toQt::Vertical Lines, and h to the horizontal * is because v refers to Vertical Lines, and h to the horizontal
* distance between the vertical lines. */ * distance between the vertical lines. */
if ( mVerticalLinesScroll ) { if ( mVerticalLinesScroll ) {
mVerticalLinesOffset = ( mVerticalLinesOffset + mHorizontalScale) mVerticalLinesOffset = ( mVerticalLinesOffset + mHorizontalScale)

Loading…
Cancel
Save