mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:27:35 +00:00
PixelPaint: Inherit from AbstractZoomPanWidget
This commit is contained in:
parent
b21d128075
commit
7974fee800
12 changed files with 69 additions and 244 deletions
|
@ -25,9 +25,6 @@ private:
|
|||
RefPtr<Layer> m_layer_being_moved;
|
||||
Gfx::IntPoint m_event_origin;
|
||||
Gfx::IntPoint m_layer_origin;
|
||||
|
||||
bool m_is_panning { false };
|
||||
Gfx::FloatPoint m_saved_pan_origin;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue