Commit a3e6fc1
committed
Fix Bitrate Plot popup text white on white blending issue
setDefaultStyleSheet must be called before setHtml, otherwise
the text color style is never applied. The popup had white text
(#FFFFFF intended for dark backgrounds) on a semi-transparent
white background, making it unreadable.1 parent a72eb34 commit a3e6fc1
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
808 | 808 | | |
809 | 809 | | |
810 | 810 | | |
| 811 | + | |
811 | 812 | | |
812 | | - | |
813 | 813 | | |
814 | 814 | | |
815 | 815 | | |
| |||
865 | 865 | | |
866 | 866 | | |
867 | 867 | | |
| 868 | + | |
868 | 869 | | |
869 | | - | |
870 | 870 | | |
871 | 871 | | |
872 | 872 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
732 | 732 | | |
733 | 733 | | |
734 | 734 | | |
735 | | - | |
| 735 | + | |
736 | 736 | | |
737 | 737 | | |
738 | 738 | | |
| |||
0 commit comments