For some reason deleteLater() called for the tooltip from the main
window deactivation signal is really handled only on app quit :/
So now we use InvokeQueued(p, [p] { delete p; }); there instead.
Fixes #3461
|
||
|---|---|---|
| .. | ||
| effects | ||
| style | ||
| text | ||
| toast | ||
| widgets | ||
| abstract_button.cpp | ||
| abstract_button.h | ||
| animation.cpp | ||
| animation.h | ||
| countryinput.cpp | ||
| countryinput.h | ||
| emoji_config.cpp | ||
| emoji_config.h | ||
| images.cpp | ||
| images.h | ||
| special_buttons.cpp | ||
| special_buttons.h | ||
| twidget.cpp | ||
| twidget.h | ||