Open willeke1234 opened 2 months ago
This alert shows up in a debug build when I open the Settings window:
GrandOrgue 3.15.1-0.local with some added overrides. Did I break something?
override
I've been debugging: The debug alert appears at the first call of SetPortItemChecked().
SetPortItemChecked()
In GOSettingsPorts::FillPortsWith(), m_PortFactory.IsToUsePortName() returns false.
GOSettingsPorts::FillPortsWith()
m_PortFactory.IsToUsePortName()
false
The root item can't be checked.
This alert shows up in a debug build when I open the Settings window:
GrandOrgue 3.15.1-0.local with some added
override
s. Did I break something?