Ask for a full refresh when clearing HL

Helps avoiding ghosting, especially on REAGL devices.

re #1119
pull/1145/head
NiLuJe 10 years ago
parent 3d5dd44a4c
commit eef26a0e94

@ -120,7 +120,7 @@ function ReaderHighlight:clear()
else
self.ui.document:clearSelection()
end
UIManager:setDirty(self.dialog, "partial")
UIManager:setDirty(self.dialog, "full")
if self.hold_pos then
self.hold_pos = nil
self.selected_text = nil

Loading…
Cancel
Save