mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:27:45 +00:00
PixelPaint: Add "Apply Mask" action
This commit adds a "Apply Mask" action which merges the active layer mask with the layer bitmap. The option is only displayed if the active layer is masked.
This commit is contained in:
parent
062c9efa88
commit
799d570afc
4 changed files with 20 additions and 0 deletions
|
@ -113,6 +113,7 @@ private:
|
|||
|
||||
RefPtr<GUI::Action> m_add_mask_action;
|
||||
RefPtr<GUI::Action> m_delete_mask_action;
|
||||
RefPtr<GUI::Action> m_apply_mask_action;
|
||||
|
||||
Gfx::IntPoint m_last_image_editor_mouse_position;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue