Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/epubadapter.py
diff options
context:
space:
mode:
Diffstat (limited to 'epubadapter.py')
-rw-r--r--epubadapter.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/epubadapter.py b/epubadapter.py
index ab6eb01..38a9991 100644
--- a/epubadapter.py
+++ b/epubadapter.py
@@ -83,6 +83,7 @@ class EpubViewer(epubview.EpubView):
def highlight_next_word(self, word_count):
self.current_word = word_count
+ self._view.highlight_next_word()
return True
def connect_zoom_handler(self, handler):