mirror of
https://github.com/brl/mutter.git
synced 2025-03-06 05:08:11 +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)
|
if (priv->selected_text_color_set)
|
||||||
color = &priv->selected_text_color;
|
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
|
else
|
||||||
color = &priv->text_color;
|
color = &priv->text_color;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user