mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:47:45 +00:00
PixelPaint: Add a way to quickly create an image from clipboard
Ctrl+Shift+V, like in GIMP.
This commit is contained in:
parent
eefad5ccd7
commit
41d02bd5e6
2 changed files with 20 additions and 0 deletions
|
@ -58,6 +58,7 @@ private:
|
|||
RefPtr<GUI::ComboBox> m_zoom_combobox;
|
||||
|
||||
RefPtr<GUI::Action> m_new_image_action;
|
||||
RefPtr<GUI::Action> m_new_image_from_clipboard_action;
|
||||
RefPtr<GUI::Action> m_open_image_action;
|
||||
RefPtr<GUI::Action> m_save_image_as_action;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue