mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
texthandle: Don't use GtkEventBox
This commit is contained in:
parent
77c9ef1b7b
commit
18c086a46c
@ -282,7 +282,7 @@ _gtk_text_handle_ensure_widget (GtkTextHandle *handle,
|
|||||||
GtkWidget *widget, *window;
|
GtkWidget *widget, *window;
|
||||||
GtkStyleContext *context;
|
GtkStyleContext *context;
|
||||||
|
|
||||||
widget = gtk_event_box_new ();
|
widget = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
|
||||||
|
|
||||||
gtk_widget_set_direction (widget, priv->windows[pos].dir);
|
gtk_widget_set_direction (widget, priv->windows[pos].dir);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user