Cleanup GUI and user feedback with crop in AppearanceView.

This commit is contained in:
brunoherbelin
2020-11-30 21:39:41 +01:00
parent 3c55e25432
commit 61d2a4dcb9
5 changed files with 77 additions and 30 deletions

4
View.h
View File

@@ -252,7 +252,11 @@ private:
Surface *backgroundchecker_;
Frame *backgroundframe_;
Mesh *horizontal_line_;
Mesh *horizontal_mark_;
bool show_horizontal_scale_;
Group *vertical_line_;
Mesh *vertical_mark_;
bool show_vertical_scale_;
Symbol *crop_horizontal_;
Symbol *crop_vertical_;
Symbol *overlay_position_;