Replies: 1 comment 2 replies
-
I'm having this problem too! Oh wait, it's just me finding my own issue again. It still perplexes me. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I create a .net 8 windows exe that launches a full screen window with a background color of f2f2f2. When I run it in Visual Studio, the compiled exe, the compiled exe launched by the RunOnce command it works as expected. However when the program is launched by ActiveSetup the background color is wrong. It's white. I get same results if I use yellow as the background color.
I also tried putting a rectangle on the grid with a Fill color but the behavior was the same.
Has anyone ever heard of something like this? All the other controls on the window look fine. It's just the background that gets rendered incorrectly. I can publish a repros that reproduces the issue if needed.
PS- Tested on a Win10 and Win11 VM and it worked fine. It's just my own machine that it behaves this way. I tried turning off HDR and Dyanamic Lighting but it didn't help. Very strange.
Beta Was this translation helpful? Give feedback.
All reactions