Cleanup views and bugfixes

Remove dependency to Imgui in View class. Cosmetic improvement UI in views.
This commit is contained in:
Bruno Herbelin
2023-01-01 16:34:47 +01:00
parent 43e56fc433
commit 1dbff48ebb
16 changed files with 152 additions and 81 deletions

View File

@@ -52,7 +52,7 @@ public:
uint mode;
enum Shapes {
ELIPSE = 0,
ELLIPSE = 0,
OBLONG = 1,
RECTANGLE = 2,
HORIZONTAL = 3,