mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Improved user visual feedback on geometryview actions (rotation and
scaling).
This commit is contained in:
5
View.h
5
View.h
@@ -148,10 +148,11 @@ public:
|
||||
void terminate();
|
||||
|
||||
private:
|
||||
Node *overlay_rotation_circle_;
|
||||
Node *overlay_rotation_;
|
||||
Node *overlay_rotation_clock_;
|
||||
Node *overlay_scaling_;
|
||||
Node *overlay_grid_;
|
||||
Node *overlay_scaling_cross_;
|
||||
Node *overlay_scaling_grid_;
|
||||
};
|
||||
|
||||
class LayerView : public View
|
||||
|
||||
Reference in New Issue
Block a user