mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
Fix typo in calculating secondary cursor color
This commit is contained in:
parent
3f918a8b2d
commit
469f4592d4
@ -4008,7 +4008,7 @@ get_cursor_color (GtkStyleContext *context,
|
||||
|
||||
color->red = (fg.red + bg.red) * 0.5 * 65535;
|
||||
color->green = (fg.green + bg.green) * 0.5 * 65535;
|
||||
color->blue = (fg.blue + bg.green) * 0.5 * 65535;
|
||||
color->blue = (fg.blue + bg.blue) * 0.5 * 65535;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user