https://bugs.kde.org/show_bug.cgi?id=525560
--- Comment #4 from Jose <[email protected]> --- For some reason, the call to "UMLApp::activeWindow()" in line 2515 of "umlapp.cpp" returns "nullprt". I believe this is why the export dialog does nor stay on top. If I change: DiagramSelectionDialog dlg(m_printSettings, UMLApp::activeWindow()); to DiagramSelectionDialog dlg(m_printSettings, this); the behavior is as expected, and the export dialog stays on top. -- You are receiving this mail because: You are watching all bug changes.
