Re: Add a new home property to a change listener

by enkonyito » Wed Jun 07, 2017 8:29 pm

I wanted to bind the enhance external brightness option of the photo panel to the video panel.
The alternative would be an implicit selection from the photo panel only.
The main problem comes from the fact that enums are [font=courier new]final[/font], and using enums for these properties is actually a wrong idea I had [:(]
I do not know if other developers needed to add a new home property to existing ones but if there is a solution for it to be possible without too much changing the source code, why not?