Skip to content

Commit

Permalink
Invalidate text cache for select all command
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed May 18, 2016
1 parent b1ff2a9 commit 3e52800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/abstractlogview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,7 @@ QString AbstractLogView::getSelection() const
void AbstractLogView::selectAll()
{
selection_.selectRange( 0, logData->getNbLine() - 1 );
textAreaCache_.invalid_ = true;
update();
}

Expand Down

0 comments on commit 3e52800

Please sign in to comment.