mirror of
https://github.com/brl/mutter.git
synced 2025-03-05 20:58:10 +00:00
text: Take out a nonsense fallback
Invisible text is the best surprise for an update! https://bugzilla.gnome.org/show_bug.cgi?id=659069
This commit is contained in:
parent
7a7a4f6441
commit
1883ee13f9
@ -1641,10 +1641,6 @@ selection_paint (ClutterText *self)
|
||||
|
||||
if (priv->selected_text_color_set)
|
||||
color = &priv->selected_text_color;
|
||||
else if (priv->selection_color_set)
|
||||
color = &priv->selection_color;
|
||||
else if (priv->cursor_color_set)
|
||||
color = &priv->cursor_color;
|
||||
else
|
||||
color = &priv->text_color;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user