Skip to content

Use QPalette::Button to color text red inside linux combo boxes

This branch fixes the linux display of combo-boxes when they are set to display text color of red.

  • For linux, use QPalette::ButtonText (tested on Ubuntu)
  • For macOS use QPalette::Text
  • For Windows, use QPalette::Text
Edited by John Tourtellott

Merge request reports