diff options
author | Carlos Garcia Campos <[email protected]> | 2013-02-02 15:42:45 +0100 |
---|---|---|
committer | monsta <[email protected]> | 2018-04-02 14:13:03 +0300 |
commit | 4a7546d4f30129f2a42bc2417dab4ab86f8a1e65 (patch) | |
tree | bf5c9b04fef2e57fd6e4b74194f4a585ddbb2759 | |
parent | 2164784f77870b6a74b4bb4f378f2dde42f03f0e (diff) | |
download | atril-4a7546d4f30129f2a42bc2417dab4ab86f8a1e65.tar.bz2 atril-4a7546d4f30129f2a42bc2417dab4ab86f8a1e65.tar.xz |
libview: Don't change the font color of the annotation window
We were using the annotation color, but it should only be used for the
background of the annotation window.
https://bugzilla.gnome.org/show_bug.cgi?id=677471
taken from:
https://git.gnome.org/browse/evince/commit/?id=792d878
-rw-r--r-- | libview/ev-annotation-window.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libview/ev-annotation-window.c b/libview/ev-annotation-window.c index a6c48d15..2b48e799 100644 --- a/libview/ev-annotation-window.c +++ b/libview/ev-annotation-window.c @@ -134,7 +134,6 @@ ev_annotation_window_set_color (EvAnnotationWindow *window, properties = gtk_style_properties_new (); gtk_style_properties_set (properties, 0, - "color", &rgba, "background-color", &rgba, NULL); |