]> 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>
Sun, 23 Jun 2024 12:52:02 +0000 (14:52 +0200)
commitfd78a25a7c0b307da32c7cd805ce9f101160610a
tree162dccd980d0c169ca0dd8c929d515bdd1d6c14f
parent026c4bd726f36623772dc152740f709ce9972415
Only issue currentWorkareaChanged() if the work area really changed.

(this function can be called repeatedly while the work area doesn't
change any further)
src/frontends/qt/GuiWorkArea.cpp