[umbrello] [Bug 416013] Umbrello Crash On Moving the Seconds element in the Class Diagram

Oliver Kellogg bugzilla_noreply at kde.org
Sun Dec 20 15:37:37 GMT 2020


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

--- Comment #6 from Oliver Kellogg <okellogg at users.sourceforge.net> ---
Git commit 364451b11146b5348736d11773deee42dd1a0957 by Oliver Kellogg.
Committed on 20/12/2020 at 15:34.
Pushed by okellogg into branch 'master'.

https://bugs.kde.org/show_bug.cgi?id=416013#c5
Followup to commit 21c34d6 fix for crash on moving element in diagram,
> Break the recursive event loop in UMLScene::mouseMoveEvent().

umbrello/umlscene.cpp function mouseMoveEvent
- Apparently the recursive loop is not limited to pre Qt5 versions.
  Remove #if QT_VERSION < 0x050000 preprocessor guard, i.e  make the
  previously #if dependent code unconditional. Remove #else part.

M  +0    -4    umbrello/umlscene.cpp

https://invent.kde.org/sdk/umbrello/commit/364451b11146b5348736d11773deee42dd1a0957

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list