Mehran
939de1079b
Fix crash clicking the add photo suggestion
...
The suggestion to add a profile photo above the chats list forwarded a
click on it to its photo button by sending synthetic mouse events to
the window at the button position. The button is the suggestion's
leading widget, which is transparent for mouse events, so the events
reached the suggestion itself, which forwarded them again until the
stack overflowed.
Trigger the photo button click directly instead.
2026-09-23 18:05:39 +04:00
..
suggestion.cpp
Added userpic setup spec to top bar suggestion table.
2026-05-17 13:36:16 +03:00
suggestion.h
Added day dependency to birthday top bar suggestions.
2026-05-27 12:18:57 +03:00
suggestion_birthday_contacts.cpp
Added separate userpics style for birthday contacts top bar suggestion.
2026-08-21 15:48:25 +03:00
suggestion_birthday_setup.cpp
Added day dependency to birthday top bar suggestions.
2026-05-27 12:18:57 +03:00
suggestion_custom_promo.cpp
Added custom promo spec to top bar suggestion table.
2026-05-17 08:52:35 +03:00
suggestion_gift_auctions.cpp
Removed unused style includes from sources.
2026-07-27 14:04:36 +03:00
suggestion_low_credits_subs.cpp
Added low credits subscription spec to top bar suggestion table.
2026-05-17 08:52:52 +03:00
suggestion_premium_grace.cpp
Added premium grace spec to top bar suggestion table.
2026-05-17 08:52:52 +03:00
suggestion_premium_offer.cpp
Added premium offer spec to top bar suggestion table.
2026-05-17 13:36:16 +03:00
suggestion_unreviewed_auth.cpp
Added refresh of unconfirmed auth bar on authorization list changes.
2026-05-27 12:18:57 +03:00
suggestion_userpic_setup.cpp
Fix crash clicking the add photo suggestion
2026-09-23 18:05:39 +04:00