MakieLayout.jl
MakieLayout.jl copied to clipboard
LMenu default value selection
When setting a menu=LMenu(...)
object, there is this menu.i_selected = 1
method to set a starting default value for the menu.
Maybe a better option would be the object already setting the first available option as default, without the need of manually setting it. Would it be possible?