mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fixed blink of submenu in profile section on section destroy.
This commit is contained in:
parent
fef133bf0a
commit
bd084f9181
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ void WrapWidget::showTopBarMenu(bool check) {
|
|||
return;
|
||||
}
|
||||
_topBarMenu = base::make_unique_q<Ui::PopupMenu>(
|
||||
this,
|
||||
QWidget::window(),
|
||||
st::popupMenuExpandedSeparator);
|
||||
|
||||
_topBarMenu->setDestroyedCallback([this] {
|
||||
|
|
Loading…
Add table
Reference in a new issue