Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
editor: Optimize LineNumberArea painting for large documents
block.isVisible() is always True, check the rectangle to find out if it is really in the viewport. Break the loop if the block is below the viewport. Move some common variables outside the loop. Refs #360.
- Loading branch information