CutGizmo: Connectors mode: Implemented Rectangular selection of connectors
+ some code refactoring
This commit is contained in:
parent
b4f38883a8
commit
58c7d8b188
6 changed files with 83 additions and 43 deletions
|
@ -31,7 +31,7 @@ public:
|
|||
void data_changed() override;
|
||||
bool gizmo_event(SLAGizmoEventType action, const Vec2d& mouse_position, bool shift_down, bool alt_down, bool control_down);
|
||||
void delete_selected_points();
|
||||
bool is_selection_rectangle_dragging() const {
|
||||
bool is_selection_rectangle_dragging() const override {
|
||||
return m_selection_rectangle.is_dragging();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue