https://bugs.kde.org/show_bug.cgi?id=419008

--- Comment #16 from David Edmundson <k...@davidedmundson.co.uk> ---
@yarloslav as you're compiling and can reproduce it, could you reapply that
diff and change

    connect(filter, &LanguageChangeEventFilter::languageChangeEvent, this,
&KirigamiPlugin::languageChangeEvent);

to 

    connect(filter, &LanguageChangeEventFilter::languageChangeEvent, this,
&KirigamiPlugin::languageChangeEvent, Qt::QueuedConnection);

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to