forked from AuroraMiddleware/gtk
Merge branch 'blink-assertion' into 'main'
Remove an assertion that we hit See merge request GNOME/gtk!4753
This commit is contained in:
commit
393893b8db
@ -6535,7 +6535,13 @@ blink_cb (GtkWidget *widget,
|
|||||||
return G_SOURCE_REMOVE;
|
return G_SOURCE_REMOVE;
|
||||||
}
|
}
|
||||||
|
|
||||||
g_assert (priv->selection_bound == priv->current_pos);
|
if (priv->selection_bound != priv->current_pos)
|
||||||
|
{
|
||||||
|
g_warning ("GtkText - unexpected blinking selection. Removing");
|
||||||
|
|
||||||
|
gtk_text_check_cursor_blink (self);
|
||||||
|
return G_SOURCE_REMOVE;
|
||||||
|
}
|
||||||
|
|
||||||
blink_timeout = get_cursor_blink_timeout (self);
|
blink_timeout = get_cursor_blink_timeout (self);
|
||||||
blink_time = get_cursor_time (self);
|
blink_time = get_cursor_time (self);
|
||||||
|
Loading…
Reference in New Issue
Block a user