Closed sdatkinson closed 1 week ago
Note to self: OnUIOpen()
, SendControlMsgFromDelegate
, OnMsgFromDelegate
A very simple fix would be to just call NAMSettingsPageControl::SetModelInfo inside NeuralAmpModeler::OnUIOpen. As controls are destructed but model seem to stay loaded and in current version SetModelInfo is only called after new model is loaded.
To reproduce
Steps to reproduce the behavior:
Screenshots
Pic 1:
Pic 2:
Seems like the controls are destructed when the UI is closed.
So a solution is to add a way to listen to have the model info control pull from the model info instead of having it push on model staging changes.