2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Fix edit photo button area.

This commit is contained in:
John Preston
2023-11-16 17:16:49 +04:00
parent af6e15ed59
commit 5d0a36e456
4 changed files with 1 additions and 1 deletions

View File

@@ -4386,7 +4386,7 @@ void HistoryWidget::updateOverStates(QPoint pos) {
const auto inPhotoEdit = inDetails
&& _photoEditMedia
&& QRect(
detailsRect.x(),
detailsRect.x() + st::historyReplySkip,
(detailsRect.y()
+ (detailsRect.height() - st::historyReplyPreview) / 2),
st::historyReplyPreview,