mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
MediaView save message fixed. Sticker pan size updated correctly.
This commit is contained in:
@@ -2983,11 +2983,12 @@ int EmojiPan::countBottom() const {
|
||||
void EmojiPan::moveByBottom() {
|
||||
if (inlineResultsShown()) {
|
||||
setOrigin(Ui::PanelAnimation::Origin::BottomLeft);
|
||||
moveToLeft(0, countBottom() - height());
|
||||
moveToLeft(0, y());
|
||||
} else {
|
||||
setOrigin(Ui::PanelAnimation::Origin::BottomRight);
|
||||
moveToRight(0, countBottom() - height());
|
||||
moveToRight(0, y());
|
||||
}
|
||||
updateContentHeight();
|
||||
}
|
||||
|
||||
void EmojiPan::enterEvent(QEvent *e) {
|
||||
|
Reference in New Issue
Block a user