6
0
Fork 0

Fix incorrectly renamed strings

pull/1/head
Slávek Banko vor 9 Jahren
Ursprung 58f8feb79d
Commit b8ecabbc8f

@ -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)

Laden…
Abbrechen
Speichern