Skip to content
Commit 33ba2974 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

effects: Properly copy previous geometry

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.
parent bd4d17b3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment