Skip to content

Fixed Windows-only bug that caused all items in a QComboBox to display in red

Items should only display as red if invalid for selection (e.g., "Please Select"), but were being shown in red regardless of validity.

Windows was the only platform affected, so the solution is contained within a #ifdef WIN32.

Merge request reports