mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-02 10:18:30 +00:00
linux crash on diacritics enter should be fixed
This commit is contained in:
@@ -269,4 +269,9 @@ void ContextMenu::popup(const QPoint &p) {
|
||||
|
||||
ContextMenu::~ContextMenu() {
|
||||
clearActions();
|
||||
#if defined Q_OS_LINUX32 || defined Q_OS_LINUX64
|
||||
if (App::wnd()) {
|
||||
App::wnd()->activateWindow();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user