Added overlay of active resize corner in GeometryView, and overlay to

show fixe-size rotation.
This commit is contained in:
brunoherbelin
2020-09-12 12:24:25 +02:00
parent 68c7262aac
commit d290b058eb
5 changed files with 63 additions and 33 deletions

1
View.h
View File

@@ -149,6 +149,7 @@ public:
private:
Node *overlay_rotation_;
Node *overlay_rotation_fix_;
Node *overlay_rotation_clock_;
Node *overlay_scaling_;
Node *overlay_scaling_cross_;