mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:57:35 +00:00
PixelPaint: Change EditMode of Layer when double clicking on thumbnail
This commit is contained in:
parent
57772f9708
commit
4b1c31bb36
2 changed files with 43 additions and 0 deletions
|
@ -39,6 +39,7 @@ private:
|
|||
virtual void mouseup_event(GUI::MouseEvent&) override;
|
||||
virtual void context_menu_event(GUI::ContextMenuEvent&) override;
|
||||
virtual void resize_event(GUI::ResizeEvent&) override;
|
||||
virtual void doubleclick_event(GUI::MouseEvent&) override;
|
||||
|
||||
virtual void image_did_add_layer(size_t) override;
|
||||
virtual void image_did_remove_layer(size_t) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue