mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 23:24:01 +02:00
Fixed ability to dismiss of suggestion of 2+ birthdays of contacts.
This commit is contained in:
parent
584e55a89c
commit
57d24d0fbf
1 changed files with 2 additions and 0 deletions
|
@ -299,6 +299,8 @@ rpl::producer<Ui::SlideWrap<Ui::RpWidget>*> TopBarSuggestionValue(
|
|||
s->widget = base::make_unique_q<Ui::RpWidget>(
|
||||
content);
|
||||
const auto widget = s->widget.get();
|
||||
widget->setAttribute(
|
||||
Qt::WA_TransparentForMouseEvents);
|
||||
content->sizeValue() | rpl::filter_size(
|
||||
) | rpl::start_with_next([=](const QSize &size) {
|
||||
widget->resize(size);
|
||||
|
|
Loading…
Add table
Reference in a new issue