From c687882760fd1cb594f04b41ac06588436edf5fe Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 6 Mar 2023 10:33:57 +0400 Subject: [PATCH] Fix glitch in Invite by Link button disappearance. --- Telegram/SourceFiles/boxes/peers/add_participants_box.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/boxes/peers/add_participants_box.cpp b/Telegram/SourceFiles/boxes/peers/add_participants_box.cpp index 9f9f7ea93..3686142b0 100644 --- a/Telegram/SourceFiles/boxes/peers/add_participants_box.cpp +++ b/Telegram/SourceFiles/boxes/peers/add_participants_box.cpp @@ -225,6 +225,7 @@ void AddParticipantsBoxController::addInviteLinkButton() { delegate()->peerListMouseLeftGeometry(); }, button->lifetime()); delegate()->peerListSetAboveWidget(std::move(button)); + delegate()->peerListRefreshRows(); } void AddParticipantsBoxController::inviteSelectedUsers(