Merge pull request #1572 from chrox/fix-1558

partial refresh after deleting highlights
pull/1585/head v2015.07.17-nightly
Qingping Hou 9 years ago
commit 08b3c02af5

@ -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