mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 05:20:17 +00:00
Change has_selection to always be set in claim_selection()
This commit is contained in:
parent
ab30a02e5f
commit
2b3f8baf86
@ -606,6 +606,8 @@ gtk_editable_claim_selection (GtkEditable *editable,
|
||||
guint32 time)
|
||||
{
|
||||
g_return_if_fail (GTK_WIDGET_REALIZED (editable));
|
||||
|
||||
editable->has_selection = FALSE;
|
||||
|
||||
if (claim)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user