Fix incorrectly renamed strings

(cherry picked from commit b8ecabbc8f)
r14.0.x
Slávek Banko 9 years ago
parent 58f8feb79d
commit a0c71e6a53

@ -160,7 +160,7 @@ void SignalPlotter::addSample( const TQValueList<double>& sampleBuf )
/* If the vertical lines are scrolling, increment the offset
* 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. */
if ( mVerticalLinesScroll ) {
mVerticalLinesOffset = ( mVerticalLinesOffset + mHorizontalScale)

Loading…
Cancel
Save