spreadsheet: the alias content is not visible (black on black) #6294
Labels
Mod: Spreadsheet
Related to the Spreadsheet Workbench
Type: Bug
This issue or PR is related to a bug
Issue imported from https://tracker.freecad.org/view.php?id=4803
Original report text
The "content" textbox content is displayed with white color, but the "alias" textbox content is displayed with black color, so it's not really visible. See image attached.
I use a dark theme on my system btw.
Additional information
OS: Ubuntu 20.04.3 LTS (KDE/plasma)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.24291 (Git) AppImage
Build type: Release
Branch: (HEAD detached at 0.19.2)
Hash: 7b5e18a
Python version: 3.8.8
Qt version: 5.12.9
Coin version: 4.0.0
OCC version: 7.4.0
Locale: French/France (fr_FR)
Other bug information
Discussion from Mantis ticket
Comment by chennes 2021-12-29 03:12
This is happening because a QPalette is being used to set the text color to either "red" in the case of an error, or "black" in the case of no error. Obviously "black" should be replaced by "the original color".
Comment by chennes 2021-12-30 03:55
This is fixed by commit 4098c8817.
The text was updated successfully, but these errors were encountered: