1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:47:45 +00:00

PixelPaint: Add action to invert selection

This commit is contained in:
snooze6214 2022-10-18 20:24:00 +05:30 committed by Linus Groh
parent 295fcd639f
commit d3353ee0e7
6 changed files with 16 additions and 0 deletions

View file

@ -19,6 +19,7 @@ struct IconBag final {
RefPtr<Gfx::Bitmap> close_image { nullptr };
RefPtr<Gfx::Bitmap> edit_copy { nullptr };
RefPtr<Gfx::Bitmap> clear_selection { nullptr };
RefPtr<Gfx::Bitmap> invert_selection { nullptr };
RefPtr<Gfx::Bitmap> swap_colors { nullptr };
RefPtr<Gfx::Bitmap> default_colors { nullptr };
RefPtr<Gfx::Bitmap> load_color_palette { nullptr };