diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2021-02-20 23:30:21 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-02-21 22:34:09 +0100 |
commit | 30842916254ed5981299d739b7a2003c97857763 (patch) | |
tree | ccf4f6099a97870cc64903d91a63633e87ad9eaa /Kernel | |
parent | e3c00c93ae99111bb96658de10de368c5b095ca4 (diff) | |
download | serenity-30842916254ed5981299d739b7a2003c97857763.zip |
LibGUI: Fix crash when previewing palette images
For example, navigating File Manager to a directory that contains a vaild BMP file that
uses a palette, this code would end up trying to create an indexed thumbnail.
However, Painter asserts that the thumbnail that we paint on is *not* indexed,
usually crashing File Manager.
Partially fixes #5299, as it now crashes somewhere else.
Diffstat (limited to 'Kernel')
0 files changed, 0 insertions, 0 deletions