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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user