Multiplicom / axiom

3 stars 0 forks source link

Add liveUpdate function to GroupHor compound control (#122). #123

Closed basvandenberg closed 2 years ago

basvandenberg commented 2 years ago

Added the exact same live update functionality as in GroupVert to the GroupHor compound control.

By now, all CompoundControlBase implementations (GroupHor, GroupVert, Grid, ColorLegend) include a similar liveUpdate function. It is probably possible to refactor this to a shared liveUpdate function in CompoundControlBase, but that would be a change that requires a lot of testing. I therefore decided not to refactor this and to only add the function to GroupHor.