diff options
author | Mustafa Quraish <mustafaq9@gmail.com> | 2021-09-12 21:09:07 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-09-13 13:43:53 +0200 |
commit | ee25e2adc22d96bb2dc7113cc5e87c3197defb90 (patch) | |
tree | 5c0109b56206d3f05aa3aec715fada05065e4f51 /Userland/Applications/Browser | |
parent | 672c4cdbc23482f643b1321fd923e77dba53ddc7 (diff) | |
download | serenity-ee25e2adc22d96bb2dc7113cc5e87c3197defb90.zip |
PixelPaint: Call `Layer::did_modify_bitmap()` when applying filters
Previously applying filters was not calling this method, which was
not correctly triggering the `image_did_modify_bitmap` call for
the `ImageClient`s. This patch makes the filter actions call this
method.
It seems that just opening one of the Window menus triggers a repaint
of the entire editor, which is what was causing filters to update
earlier, since we were only accessing them from the menu. Using
the keyboard shortcut added in a previous commit highlighted this issue.
Diffstat (limited to 'Userland/Applications/Browser')
0 files changed, 0 insertions, 0 deletions