partial refresh after deleting highlights

This should fix #1558.
pull/1572/head
chrox 9 years ago
parent 0b45394a7f
commit ec1d9e4b7d

@ -203,7 +203,8 @@ function ReaderHighlight:onShowHighlightDialog(page, index)
text = _("Delete"),
callback = function()
self:deleteHighlight(page, index)
UIManager:close(self.edit_highlight_dialog)
-- other part outside of the dialog may be dirty
UIManager:close(self.edit_highlight_dialog, "ui")
end,
},
{

Loading…
Cancel
Save