Should we ddd OptionPanelState to GuiGlobals?

GuiGlobals adds PopupState by default

but not the OptionPanelState. Should we add it also ?

1 Like

OptionPanelState is still in Lemur-proto. Until it moves to Lemur core it can’t be loaded by default in GuiGlobals.

OptionPanelState was written before PopupState… PopupState is the more general form of OptionPanelState’s core purpose. It needs to be cleaned up to just be a thin wrapper around OptionPanel and PopupState… then we can decide if it is worth still having and then move it to core.

1 Like