mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:07:44 +00:00
PixelPaint: Rename original_event => image_event
These events are in image coordinates, not really original coordinates.
This commit is contained in:
parent
45dfa094e9
commit
84b508befa
11 changed files with 32 additions and 32 deletions
|
@ -35,7 +35,7 @@ public:
|
|||
BucketTool();
|
||||
virtual ~BucketTool() override;
|
||||
|
||||
virtual void on_mousedown(Layer&, GUI::MouseEvent& layer_event, GUI::MouseEvent& original_event) override;
|
||||
virtual void on_mousedown(Layer&, GUI::MouseEvent& layer_event, GUI::MouseEvent& image_event) override;
|
||||
|
||||
private:
|
||||
virtual const char* class_name() const override { return "BucketTool"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue