-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
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
[Problem] Spreadsheet: No way to reset cell background color #13862
Comments
I've started to work on this issue. What I've notice is that there is partial support for clearing colors already, but there are some quirks that makes clearing background impossible.
There are multiple ways to fix this.
Option 1 is easy to fix with minimal change and I think it could be enough for v1.0. (Implemented in this branch: https://github.com/hyarion/FreeCAD/tree/spreadsheet-use-opaque-white-clear-color) Here's a screen recording of the Option 2 branch: removebgcolor.movAnd a screenshot of the programmers-art-color-swatch with clear color and semi-transparency: So what do you think, should we:
|
I would go with a none colour option. I can imagine that some people might use the white colour even in none light mode themes, so keeping that functionality is important. |
@NXTler I agree, it feels a bit like breaking something else by fixing this. To continue with the "none"-color option, we need to decide on:
@luzpaz How do I get attention on this from the right people? Or should I lay low until 1.0 is released? |
That being said, the design you created is more than good enough and would already fix this issue. |
If you got the time can you check this out too? |
Is there an existing issue for this?
Problem description
Greetings,
when changing the background color of a cell, there is no way to revert to transparent again without deleting the cell:
FreeCAD also sets the background to white when using STRG + Z, assuming that the spreadsheet background is the same, which is not the case when the user uses a dark theme.
Full version info
Subproject(s) affected?
Spreadsheet
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: