Scan-o-Matic / scanomatic-standalone

GNU General Public License v3.0
0 stars 0 forks source link

`GrayScaleAreaModel` should not define field `values` #96

Closed local-minimum closed 2 years ago

local-minimum commented 2 years ago

🐛 Description

The field is part of the base class Model:s interface and should not be overridden.

✌🏽 Expected behaviour

Should store the values on some other field

DoD