appleseedhq / appleseed

A modern open source rendering engine for animation and visual effects
https://appleseedhq.net/
MIT License
2.19k stars 329 forks source link

correct project modified when crop region changes #2912

Open Saarli opened 3 years ago

Saarli commented 3 years ago

Fixes #1788

The project will now be marked as modified if a new crop region is defined or if the crop region is cleared.

The slot slot_project_mofified() of mainwindow.cpp was used as a function since the function creating the crop Area/ render region was already in the same class.