mirror of
https://github.com/RGBCube/serenity
synced 2026-01-18 04:11:00 +00:00
FilePicker was not showing thumbnails correctly because once each thumbnail rendering BackgroundAction completed, it posted a deferred invocation event to the *main* event loop. Since FilePicker runs in a nested event loop, those completion callbacks never ran until it was too late and the FilePicker was gone. |
||
|---|---|---|
| .. | ||
| BackgroundAction.cpp | ||
| BackgroundAction.h | ||
| Lock.h | ||
| Makefile | ||
| Thread.cpp | ||
| Thread.h | ||