]> git.lyx.org Git - features.git/commit
Avoid black screen on macOS
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 14 May 2018 07:46:54 +0000 (09:46 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 15 May 2018 08:22:03 +0000 (10:22 +0200)
commitd03deeca0c666256ea68087c5c70b8de73b66edc
tree5bc7564d76758f822a8b5db35f89ad1cedf48280
parent3591aa833f902f1c7a3e060a5614e4ae1d72fcf4
Avoid black screen on macOS

When paintEvent is triggered on macOS, the least we can do is to copy
our backing store to the screen.
src/frontends/qt4/GuiWorkArea.cpp