Glyph.detect_diacritic(): adjust apostrophe window.

This commit is contained in:
Andrey Golovizin 2014-08-25 16:56:09 +02:00
parent e55b66ddd6
commit 49db236899

View file

@ -220,7 +220,7 @@ class Glyph(PageObject):
self.right - 5,
self.top - 5,
self.right + 5,
self.top + 5,
self.top + 10,
) and glyph.height > 3:
return True