Searched refs:last_top_line (Results 1 – 2 of 2) sorted by relevance
723 int32_t last_top_line = ( logData->getNbLine() - getNbVisibleLines() ); in scrollContentsBy() local724 if ( ( last_top_line > 0 ) && verticalScrollBar()->value() > last_top_line ) { in scrollContentsBy()727 firstLine = last_top_line; in scrollContentsBy()