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:
parent
295fcd639f
commit
d3353ee0e7
6 changed files with 16 additions and 0 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue