2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Some bugfixes. Closed beta 9040127.

Crash fix when trying to reply to a bot message which hides the keyboard.
Counting button widths better (more padding, use exact width when avail).
Hiding inline bot results fixed when switched to emoji before hiding.
This commit is contained in:
John Preston
2016-04-11 00:59:07 +04:00
parent 460e2ec0ac
commit 418e06052c
11 changed files with 60 additions and 39 deletions

View File

@@ -3835,7 +3835,7 @@ int32 EmojiPan::showInlineRows(bool newResults) {
if (clear) {
if (!hidden && hideOnNoInlineResults()) {
hideAnimated();
} else {
} else if (!_hiding) {
_cache = QPixmap(); // clear after refreshInlineRows()
}
} else {