mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Layers show/hide rewritten, animated show over mainmenu and settings.
This commit is contained in:
@@ -488,20 +488,6 @@ void StickersBox::onSave() {
|
||||
}
|
||||
}
|
||||
|
||||
void StickersBox::showAll() {
|
||||
if (_topShadow) {
|
||||
_topShadow->show();
|
||||
}
|
||||
if (_save) {
|
||||
_save->show();
|
||||
}
|
||||
if (_cancel) {
|
||||
_cancel->show();
|
||||
_bottomShadow->show();
|
||||
}
|
||||
ItemListBox::showAll();
|
||||
}
|
||||
|
||||
StickersBox::Inner::Inner(QWidget *parent, StickersBox::Section section) : TWidget(parent)
|
||||
, _section(section)
|
||||
, _rowHeight(st::contactsPadding.top() + st::contactsPhotoSize + st::contactsPadding.bottom())
|
||||
|
Reference in New Issue
Block a user