mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 02:01:40 -05:00
Fix stickers list remote set button update.
This commit is contained in:
parent
392ab20a47
commit
bf659938ba
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue