[umbrello] [Bug 400501] Umbrello fails to start due to ASSERT failure in QVector<T>::at "index out of range"
Ralf Habacker
bugzilla_noreply at kde.org
Tue Nov 6 21:40:50 GMT 2018
https://bugs.kde.org/show_bug.cgi?id=400501
--- Comment #5 from Ralf Habacker <ralf.habacker at freenet.de> ---
(In reply to A. Wilcox (awilfox) from comment #4)
> Applying that commit as a patch didn't change anything.
You are right. The patch needs a fix.
The line
+ UMLApp::app()->document()->setLoading(false);
needs to be changed
+ UMLApp::app()->document()->setLoading(true);
to be have an effect.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list