diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-04-23 20:43:51 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-04-23 20:43:51 +0200 |
commit | 8495abd140ec3d9f6d1d256ca00c4578e0045708 (patch) | |
tree | 82249497651e61add6e8b58c0c818e1b48c2d281 /LibGUI/GMenu.h | |
parent | 38e1e205a5795a0de807a5ac5e9c7148ed6cf8b0 (diff) | |
download | serenity-8495abd140ec3d9f6d1d256ca00c4578e0045708.zip |
GWindow: Don't send InvalidateRect message with 0 rects to WindowServer.
This could happen if GWindow::hide() was called while a window had pending
repaint rects. The deferred_invoke() lambda in GWindow::update() would
eventually run, but by then, hide() had cleared all pending rects.
Diffstat (limited to 'LibGUI/GMenu.h')
0 files changed, 0 insertions, 0 deletions