Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf
diff options
context:
space:
mode:
Diffstat (limited to 'pdf')
-rw-r--r--pdf/ev-poppler.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/pdf/ev-poppler.cc b/pdf/ev-poppler.cc
index 07f1028..2c5b526 100644
--- a/pdf/ev-poppler.cc
+++ b/pdf/ev-poppler.cc
@@ -1191,10 +1191,14 @@ pdf_selection_render_selection (EvSelection *selection,
width, height);
}
+ /* FIXME: Hardcoded clearlooks selection color. We should
+ * track theme color changes and focus out event and update
+ * selection color accordingly. */
poppler_page_render_selection (poppler_page,
rc->scale, *pixbuf,
(PopplerRectangle *)points,
- (PopplerRectangle *)old_points);
+ (PopplerRectangle *)old_points,
+ 0x00ffffff, 0x007c99ad);
g_object_unref (poppler_page);
}