refresh only dialog part of the screen for multi-word selection window

This commit is contained in:
Hans-Werner Hilse
2014-11-30 18:27:27 +00:00
parent 143c56c48c
commit e7f7417cd3

View File

@@ -368,7 +368,9 @@ function ReaderHighlight:onHoldRelease()
},
tap_close_callback = function() self:handleEvent(Event:new("Tap")) end,
}
UIManager:show(self.highlight_dialog)
UIManager:show(self.highlight_dialog, nil, nil, function()
return "partial", self.highlight_dialog.dimen
end)
end
return true
end