mirror of https://github.com/procxx/kepka.git
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) {
|
if (_section == Section::Featured) {
|
||||||
rtlupdate(featuredAddRect(button->section));
|
rtlupdate(featuredAddRect(button->section));
|
||||||
} else {
|
} else {
|
||||||
rtlupdate(featuredAddRect(button->section)); // TODO
|
rtlupdate(removeButtonRect(button->section));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue