]> git.lyx.org Git - lyx.git/commit
Only issue currentWorkareaChanged() if the work area really changed.
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 23 Jun 2024 12:52:02 +0000 (14:52 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Wed, 3 Jul 2024 07:50:10 +0000 (09:50 +0200)
commitf9dccb9afb9f47f724e4c24558b64baf3da4397b
treeff29b46d885087b45aaf9e2a64c23267183b2864
parent2cc5ca27fdabbbcf34aec808a228f2f9bba2cb21
Only issue currentWorkareaChanged() if the work area really changed.

(this function can be called repeatedly while the work area doesn't
change any further)

(cherry picked from commit fd78a25a7c0b307da32c7cd805ce9f101160610a)
src/frontends/qt/GuiWorkArea.cpp