Merge with 'Beep6581/dev'

This commit is contained in:
Pandagrapher
2023-08-24 13:48:07 +02:00
109 changed files with 4782 additions and 18689 deletions

View File

@@ -26,9 +26,10 @@
class Circle;
class Line;
class OPIcon;
class Rectangle;
class EditRectangle;
class RTSurface;
struct ControlLine {
enum ObjectIndex {
LINE,
@@ -52,7 +53,7 @@ class ControlLineManager: EditSubscriber
protected:
/** Hidden object for capturing mouse events. */
std::unique_ptr<Rectangle> canvas_area;
std::unique_ptr<EditRectangle> canvas_area;
rtengine::Coord drag_delta;
std::vector<std::unique_ptr<ControlLine>> control_lines;
CursorShape cursor;