[gtk+] entry: remove osd style class from touch selection popover
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] entry: remove osd style class from touch selection popover
- Date: Sat, 15 Nov 2014 15:13:19 +0000 (UTC)
commit df7b275de8f7cfaa3beffd45b7c8819bf6f8e738
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Sat Nov 15 16:08:15 2014 +0100
entry: remove osd style class from touch selection popover
The touch-selection class is sufficient since that needs special
casing whatever.
gtk/gtkentry.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index 21d618e..cb57491 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -9725,8 +9725,6 @@ bubble_targets_received (GtkClipboard *clipboard,
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),
GTK_POS_TOP);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]