mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-19 05:31:22 +00:00
Fix stickers list remote set button update.
This commit is contained in:
parent
392ab20a47
commit
bf659938ba
@ -1291,7 +1291,7 @@ void StickersListWidget::setSelected(OverState newSelected) {
|
||||
if (_section == Section::Featured) {
|
||||
rtlupdate(featuredAddRect(button->section));
|
||||
} else {
|
||||
rtlupdate(featuredAddRect(button->section)); // TODO
|
||||
rtlupdate(removeButtonRect(button->section));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user