forked from AuroraMiddleware/gtk
entry: remove osd style class from touch selection popover
The touch-selection class is sufficient since that needs special casing whatever.
This commit is contained in:
parent
beb28dd3e9
commit
df7b275de8
@ -9724,8 +9724,6 @@ bubble_targets_received (GtkClipboard *clipboard,
|
||||
gtk_widget_destroy (priv->selection_bubble);
|
||||
|
||||
priv->selection_bubble = gtk_popover_new (GTK_WIDGET (entry));
|
||||
gtk_style_context_add_class (gtk_widget_get_style_context (priv->selection_bubble),
|
||||
GTK_STYLE_CLASS_OSD);
|
||||
gtk_style_context_add_class (gtk_widget_get_style_context (priv->selection_bubble),
|
||||
GTK_STYLE_CLASS_TOUCH_SELECTION);
|
||||
gtk_popover_set_position (GTK_POPOVER (priv->selection_bubble),
|
||||
|
Loading…
Reference in New Issue
Block a user