Skip to content
  • Vlad Zahorodnii's avatar
    effects: Properly copy previous geometry · 33ba2974
    Vlad Zahorodnii authored
    In QJSEngine, QRect is an Object, which is correct. This means that we
    cannot use simple assignment operator to copy geometries, we need to use
    standard ways to copy Objects, such as Object.assign() or the spread
    operator, which is not available in QJSEngine yet.
    33ba2974