]> git.lyx.org Git - features.git/commit
Fixup f3a0e8ff: costly thinko
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 9 Apr 2021 16:15:31 +0000 (18:15 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 9 Apr 2021 16:15:31 +0000 (18:15 +0200)
commitc9146e5be087638d0dc115e862fd685c74e257e4
tree8238ed55ac9e96efb87188d4d5205da1a6113cd6
parentb08a653f3549e08fffc5318c87da305651ecc197
Fixup f3a0e8ff: costly thinko

When the buffer stuff has been updated, the Buffer::needUpdate()
should be reset to false. This was forgotten in f3a0e8ff.

Fixes performance issues with MergedManuals, for example. UpdateBuffer
would be run again and again when selecting text.
src/Buffer.cpp
src/Buffer.h