ReaderHighlight: adjustable highlight dialog position (#11116)

This commit is contained in:
hius07
2023-11-19 09:52:51 +02:00
committed by GitHub
parent 88d6613fed
commit d99c70b5e1
2 changed files with 90 additions and 18 deletions

View File

@@ -232,6 +232,10 @@ function ButtonDialog:init()
}
end
function ButtonDialog:getContentSize()
return self.movable.dimen
end
function ButtonDialog:getButtonById(id)
return self.buttontable:getButtonById(id)
end