mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:57:45 +00:00
PixelPaint: Allow toggling the active layer boundary display rect
Let the user opt out of painting a rectangle around the currently active layer.
This commit is contained in:
parent
85e5586a27
commit
4bd4ce439a
5 changed files with 28 additions and 1 deletions
|
@ -71,6 +71,7 @@ private:
|
|||
RefPtr<GUI::Action> m_add_guide_action;
|
||||
RefPtr<GUI::Action> m_show_guides_action;
|
||||
RefPtr<GUI::Action> m_show_rulers_action;
|
||||
RefPtr<GUI::Action> m_show_active_layer_boundary_action;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue