diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-07-25 16:12:51 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-07-25 16:12:51 +0200 |
commit | d21a4f7518ced2b49e20b3b2521c80b0afec216d (patch) | |
tree | 1b6ba5fff95e12a5e0a73fe0b6fc99b3f897a94f /Libraries/LibGUI/GScrollBar.h | |
parent | 3363426a6ba0a9b27302ec15cbf6c6e5af490a52 (diff) | |
download | serenity-d21a4f7518ced2b49e20b3b2521c80b0afec216d.zip |
CEventLoop: Don't re-process already processed events when un-nesting.
If we had already processed a couple of queued events by the time we were
told to un-nest the event loop, we'd put the entire current batch at the
head of the outer queue. This meant that we might end up trying to process
the same events multiple times.
Let's not do that. :^)
Diffstat (limited to 'Libraries/LibGUI/GScrollBar.h')
0 files changed, 0 insertions, 0 deletions