mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +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;
|
||||
GtkStyleContext *context;
|
||||
|
||||
widget = gtk_event_box_new ();
|
||||
widget = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
|
||||
|
||||
gtk_widget_set_direction (widget, priv->windows[pos].dir);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user