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

pull/1310/head
Hans-Werner Hilse 10 years ago
parent 143c56c48c
commit e7f7417cd3

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

Loading…
Cancel
Save