GrandOrgue / grandorgue

GrandOrgue software
Other
172 stars 43 forks source link

Settings window: wxWidgets Debug Alert #2003

Open willeke1234 opened 2 months ago

willeke1234 commented 2 months ago

This alert shows up in a debug build when I open the Settings window:

Scherm­afbeelding 2024-09-07 om 13 25 08

GrandOrgue 3.15.1-0.local with some added overrides. Did I break something?

willeke1234 commented 2 months ago

I've been debugging: The debug alert appears at the first call of SetPortItemChecked().

In GOSettingsPorts::FillPortsWith(), m_PortFactory.IsToUsePortName() returns false.

The root item can't be checked.