Home » U++ Library support » Look and Chameleon Technology » LabelBox disappear in DarkMode under Windows
|
|
Re: LabelBox disappear in DarkMode under Windows [message #60498 is a reply to message #60493] |
Mon, 11 March 2024 14:51 |
|
forlano
Messages: 1202 Registered: March 2006 Location: Italy
|
Senior Contributor |
|
|
Hello,
the default color of labelbox is not visible in darkmode. However if I use
.SetColor(SBlack());
then the box appear.
I wish this is the default color. Otherwise would be nice to have this method in the lay panel.
Luigi
edit: I found
LabelBox::LabelBox()
{
color = Null;
SetInk(LabelBoxTextColor());
}
If I set
color = SBlack();
my problem is solved.
Is this a safe way to proceede?
[Updated on: Mon, 11 March 2024 15:00] Report message to a moderator
|
|
|
|
Goto Forum:
Current Time: Sat Dec 14 13:45:23 CET 2024
Total time taken to generate the page: 0.02518 seconds
|