2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fixed stuck of forward bar when using -sendpath argument.

Regression was introduced in b3d1602354.
This commit is contained in:
23rd
2021-05-25 19:06:25 +03:00
committed by John Preston
parent 63febef3ed
commit f98e8f3e04
2 changed files with 4 additions and 1 deletions

View File

@@ -85,6 +85,8 @@ public:
void searchMessages(const QString &query, Key inChat = {});
void onSearchMore();
void updateForwardBar();
// Float player interface.
bool floatPlayerHandleWheelEvent(QEvent *e) override;
QRect floatPlayerAvailableRect() override;
@@ -155,7 +157,6 @@ private:
void updateSearchFromVisibility(bool fast = false);
void updateControlsGeometry();
void refreshFolderTopBar();
void updateForwardBar();
void checkUpdateStatus();
void changeOpenedFolder(Data::Folder *folder, anim::type animated);
QPixmap grabForFolderSlideAnimation();