diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-04-26 20:08:30 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-04-26 20:08:30 +0200 |
commit | 9ff36afeaab7e583afd3de303bba5ded3b8a448e (patch) | |
tree | 642771f16fa062ecdc9231ff81b804d17a390e05 /Applications/FileManager | |
parent | 146aedc32cd90bbf7a6b6fa8646311114c0b86ac (diff) | |
download | serenity-9ff36afeaab7e583afd3de303bba5ded3b8a448e.zip |
GWindow: Fix crash when calling set_rect() repeatedly.
We throw away the backing store if the window rect changes size. Since the
resizing happens asynchronously at the mercy of the WindowServer, we might
end up in set_rect() again before gaining a new backing store. So there are
no guarantees that the back/front bitmaps exist here.
Diffstat (limited to 'Applications/FileManager')
0 files changed, 0 insertions, 0 deletions