Use evenbox as parent for main window content

This fixes an issue with mouse-cursor contexts.
Eventbox is backed by a [gdk] window, each of which
has their own Gdk::Window::set_cursor.
This commit is contained in:
Robin Gareus 2024-11-20 18:42:38 +01:00
parent fc91c7b92d
commit 218b264c60
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -176,7 +176,7 @@ protected:
HPane content_right_pane;
Gtk::VBox content_inner_vbox;
EventBoxExt content_toolbar; /* a placeholder for the content-specific toolbar, if you want one */
Gtk::HBox content_innermost_hbox; /* a placeholder for the innermost content (recorder, cues, editor, mixer) */
EventBoxExt content_innermost_hbox; /* a placeholder for the innermost content (recorder, cues, editor, mixer) */
Gtk::VBox content_right_vbox;
EventBoxExt content_att_right; /* a placeholder for the sidebar list, if you want one */
EventBoxExt content_att_bottom; /* a placeholder for the property box, if you want one */