mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Fix window activations handling without event loop nesting.
This was causing an assertion violation in Ui::PostponeCall. - Add a generic Core::QtSignalProducer to convert Qt signals to rpl::producer. - Track event loop nesting inside QtSignalProducer. - Use QtSignalProducer for QWindow::activeChanged tracking.
This commit is contained in:
@@ -68,7 +68,6 @@ private:
|
||||
return !_selector;
|
||||
}
|
||||
void showFromSelector();
|
||||
void windowActiveChanged();
|
||||
|
||||
style::margins innerPadding() const;
|
||||
|
||||
|
Reference in New Issue
Block a user