perf: reduce repaints amount caused by selection (#4889)

Co-authored-by: nerix <nero.9@hotmail.de>
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
kornes
2023-10-13 17:19:52 +00:00
committed by GitHub
parent cbc2d3d683
commit ccaedc3987
4 changed files with 26 additions and 34 deletions
-1
View File
@@ -330,7 +330,6 @@ private:
} cursors_;
Selection selection_;
bool selecting_ = false;
const Context context_;