]> git.lyx.org Git - lyx.git/commit
Fixup 527984ed: fix initial screen size when using backing store
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 7 May 2024 10:01:34 +0000 (12:01 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 7 May 2024 10:01:34 +0000 (12:01 +0200)
commitec9d0a94209037b080d0d7a5fb2d776b61addda7
tree87a8b7d24cf5216820f5e0f5c9528cccde207395
parent9f33db8f537e4488e229305d9a7a8707135d8e42
Fixup 527984ed: fix initial screen size when using backing store

When using a back store, it is obviously important to resize it
whenever the buffer view is resized. The new code path added in
527984ed skipped this part, so that the window was wrong when creating
a new window.
src/frontends/qt/GuiWorkArea.cpp