Issue #1560 - invisible canvas flip/rotation buttons...

...at the bottom of image window

Need to show/hide the event box, not just the labels/icons inside.

(cherry picked from commit 1806b66c5a)
This commit is contained in:
Michael Natterer
2018-06-04 15:13:23 +02:00
parent 226367d6cb
commit a33b9e96d7
2 changed files with 52 additions and 36 deletions

View File

@ -58,6 +58,7 @@ struct _GimpStatusbar
GtkWidget *cursor_label;
GtkWidget *unit_combo;
GtkWidget *scale_combo;
GtkWidget *rotate_widget;
GtkWidget *rotate_label;
GtkWidget *horizontal_flip_icon;
GtkWidget *vertical_flip_icon;