Merge pull request #1572 from chrox/fix-1558

partial refresh after deleting highlights
This commit is contained in:
Qingping Hou
2015-07-05 13:15:26 -04:00

View File

@@ -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,
},
{