https://bugs.kde.org/show_bug.cgi?id=424024
--- Comment #5 from David Edmundson <k...@davidedmundson.co.uk> --- I'm debugging blind a bit, but it seems we have multiple TMTab objects that (indirectly) inherit from KMainWindow despite being children. kmainwindow.cpp will force creation of a platform window, which makes sense for a toplevel, but otherwise will cause the problems above. 349 q->winId(); // workaround for setWindowRole() crashing, and set also window role, just in case TT This should hopefully be fixable if we add some sort of "if (q->isWindow())" round this code. -- You are receiving this mail because: You are watching all bug changes.