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

--- Comment #6 from Ralf Habacker <[email protected]> ---
Hi Jose, thanks for the information. I’ve added some debug output that should
help us better understand the problem.

Would it be possible to insert the following lines marked with “+” into the
“umlapp.h” file?

+ #include “debug_utils.h”


void UMLApp::slotViewsExportImages()

    DiagramSelectionDialog dlg(m_printSettings);

+    debugDialogState(“BEFORE EXEC”, &dlg);

+    QTimer::singleShot(1000, &dlg, [&dlg]() {
+        debugDialogState(“AFTER 1 SECOND”, &dlg);
+    });

Next, build Umbrello, launch it, and copy the generated debug information into
this bug report.

Then repeat the same process, changing the line

    DiagramSelectionDialog dlg(m_printSettings);

as follows:

    DiagramSelectionDialog dlg(m_printSettings, UMLApp::app());

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

Reply via email to