PintaProject / Pinta

Simple GTK# Paint Program
http://www.pinta-project.com/
MIT License
1.74k stars 267 forks source link

`StaticListAttribute` is being read closer to where it's needed in `SimpleEffectDialog` #795

Closed Lehonti closed 1 month ago

Lehonti commented 1 month ago

MemberSettings used to have an isComboBox property, but it doesn't apply to every type of property, only to string-typed properties (for which. there is no suitable control if StaticListAttribute is not present, by the way`).

It could be hard to get the structure right, but hopefully these refactorings are helping.