mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Fixed scrolling by a child widget in ScrollArea by touch screen.
ScrollArea now always generates MouseMove when scrolled. Fixed crash in BotKeyboard resizing with style change. Fixed stickers box animations.
This commit is contained in:
@@ -746,10 +746,7 @@ void EmojiPanInner::setMaxHeight(int32 h) {
|
||||
}
|
||||
|
||||
void EmojiPanInner::setScrollTop(int top) {
|
||||
if (top == _top) return;
|
||||
|
||||
_top = top;
|
||||
updateSelected();
|
||||
}
|
||||
|
||||
int EmojiPanInner::countHeight() {
|
||||
@@ -1259,7 +1256,6 @@ void StickerPanInner::setScrollTop(int top) {
|
||||
|
||||
_lastScrolled = getms();
|
||||
_top = top;
|
||||
updateSelected();
|
||||
}
|
||||
|
||||
int32 StickerPanInner::countHeight(bool plain) {
|
||||
|
Reference in New Issue
Block a user