mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +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:
@@ -388,11 +388,12 @@ public:
|
||||
void clickHandlerActiveChanged(const ClickHandlerPtr &p, bool active) override;
|
||||
void clickHandlerPressedChanged(const ClickHandlerPtr &p, bool pressed) override;
|
||||
|
||||
public slots:
|
||||
//public slots:
|
||||
//
|
||||
// void onParentScrolled();
|
||||
|
||||
void onParentScrolled();
|
||||
|
||||
private slots:
|
||||
//private slots:
|
||||
private:
|
||||
|
||||
void updateSelected();
|
||||
|
||||
|
Reference in New Issue
Block a user