mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fix edit photo button area.
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 438 B After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 785 B After Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.7 KiB |
@@ -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,
|
||||
|
Reference in New Issue
Block a user