texthandle: Don't use GtkEventBox

This commit is contained in:
Benjamin Otte 2017-08-02 16:58:47 +01:00
parent 77c9ef1b7b
commit 18c086a46c

View File

@ -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);