We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Eliminated a MacOs debug alert when opening a settings dialog GrandOr…
2099e95
…gue#2003
Eliminated a MacOs debug alert when opening a settings dialog #2003 (#…
30d0e51
…2071)
Successfully merging a pull request may close this issue.
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?
The text was updated successfully, but these errors were encountered: