mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
entry: Make progress bar not pickable
There is no need for that, we don't want to handle input here at all.
This commit is contained in:
parent
5251253fc0
commit
c3f43cf1f2
@ -3105,6 +3105,7 @@ gtk_entry_ensure_progress_widget (GtkEntry *entry)
|
||||
priv->progress_widget = g_object_new (GTK_TYPE_PROGRESS_BAR,
|
||||
"css-name", "progress",
|
||||
NULL);
|
||||
gtk_widget_set_can_pick (priv->progress_widget, FALSE);
|
||||
|
||||
gtk_widget_set_parent (priv->progress_widget, GTK_WIDGET (entry));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user