Skip to content

Changes

Summary

  1. Initialize the variable (details)
  2. First set the connection creation flag false to avoid unexpected events (details)
  3. Check for NULL pointer to avoid crashes (details)
  4. Don't apply extends extent on the shapes inside the Element (details)
  5. Set the transformation instead of setting position and rotation (details)
  6. Call update when shapes are resized (details)
Commit 72c2d2a1326550dd33960720160b8d5bab93c5d2 by adeel.asghar
Initialize the variable
The file was modified OMCompiler/Compiler/Script/Interactive.mo (diff)
Commit fb063f11a29f06c93cb14cceda64abc536ebc59d by adeel.asghar
First set the connection creation flag false to avoid unexpected events

Fixes ticket:6182
The file was modified OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp (diff)
Commit d94f8b8a890f6afaba67b1727d28febaedf14242 by adeel.asghar
Check for NULL pointer to avoid crashes
The file was modified OMEdit/OMEditLIB/Element/Element.cpp (diff)
Commit 4da43e925e92c8728cf4c4d479d8e65b18724f55 by adeel.asghar
Don't apply extends extent on the shapes inside the Element
The file was modified OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp (diff)
The file was modified OMEdit/OMEditLIB/Element/Element.h (diff)
The file was modified OMEdit/OMEditLIB/Element/Element.cpp (diff)
Commit fe55bfdb5d6688c0890cce87177b343dd294e56b by adeel.asghar
Set the transformation instead of setting position and rotation

Fixes ticket:6157
The file was modified OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp (diff)
Commit 0ff9ae6b2c5b6fc07082165e9dd76f8a4aa4d9a2 by adeel.asghar
Call update when shapes are resized
The file was modified OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp (diff)