Actions
Bug #8721
closedWt::Color::Transparent is black (workaround)
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
06/23/2021
Due date:
% Done:
0%
Estimated time:
Description
When trying to modify the background color of a menuitem with
menuitem_catalog->decorationStyle().setBackgroundColor(Wt::Color::Transparent);
I get in my html/css a rbg(0,0,0), wich renders a black background.
By the way it works good if I use the other constructor of WColor(string)
Wt::WColor("transparent");
Updated by Roel Standaert over 3 years ago
- Is duplicate of Feature #7434: Allow setBackgroundColor() to change the alpha-level. added
Updated by Roel Standaert over 3 years ago
- Status changed from New to Closed
This is a duplicate of issue #7434. Closing this in favor of that one.
Actions