Jump to content

On Win 10, paint.net assumes inactive window titlebar is white


Recommended Posts

On Windows 10, paint.net assumes the inactive window titlebar color is white, and draws its window title string with that background color.  The inactive titlebar color should be computed by checking for two registry keys in HKCU\SOFTWARE\Microsoft\Windows\DWM\: if ColorPrevalence is set to 1, and AccentColorInactive exists, the latter key holds the inactive window titlebar color.  If either of these fail, the inactive window titlebar color is white.

 

Attached is a screenshot of how paint.net appears when inactive on my system (where these keys are set).

bug.png

  • Upvote 1
Link to comment
Share on other sites

  • 2 years later...

Sorry for bumping, but this issue still exists. Another screenshot using the dark theme:

 

image.png.817188d8de3d309ce6a5a3234df1a05a.png

 

In my case, those are the relevant values:

HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM\AccentColorInactive = ff333333
HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM\ColorPrevalence     = 1

 

Can you acknowledge this bug? Any plan to fix it?

Edited by Leito
Link to comment
Share on other sites

It's kind of hard to test Paint.NET with settings that can only be obtained by editing the registry, especially since there's no documentation from Microsoft, no support from them, and the fact that these things can change or be removed with any update with no warning or acknowledgement. I've only developed and tested with what you can get by using the Settings and Control Panel. Only a very small number of people are doing this, and so the priority of looking at this is not high.

 

So yes, you could say this is a "bug" but not really. You're hacking the registry to get Windows to do something that it's not really supposed to do, that it's not tested to do, that might not even work, and that would take away time from much more important things.

 

If you can find me with some kind of developer documentation, even some blog post, then I might be able to look at this in the near-term. Something with actual working code. But I'm not going to spend hours tracking down anecdotes from people who're just hacking registry keys and posting their findings. 

  • Like 1

The Paint.NET Blog: https://blog.getpaint.net/

Donations are always appreciated! https://www.getpaint.net/donate.html

forumSig_bmwE60.jpg

Link to comment
Share on other sites

  • 5 months later...

(sorry for the late reply)

 

This method has been present in Windows 10 since the Threshold 2 release (version 1511 - November Update  - Build 10586). Here are a few blog posts documenting the registry change, showing that it's quite known :

I totally get what you're saying though, and that Microsoft could remove this "functionality" with any major update.

  • Like 1
Link to comment
Share on other sites

Sure:

Application	paint.net 4.2.1 (β 4.201.7152.40366)
Build Date	jeudi 1 août 2019
Expiration Date	jeudi 24 octobre 2019
Install type	Classic
	
Hardware accelerated rendering (GPU)	True
Animations	True
DPI	96 (1,00x scale)
Language	en-US
	
OS	Windows 10 Pro x64 (10.0.18362.0) (0x30)
.NET Runtime	4.0.30319.42000
Physical Memory	16 326 MB
	
CPU	Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz
    Speed	~3192 MHz
    Cores / Threads	6 / 12
    Features	SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, AVX, AVX2
	
Video Card	NVIDIA GeForce GTX 970
    Dedicated Video RAM	4 043 MB
    Dedicated System RAM	0 MB
    Shared System RAM	8 163 MB
    Vendor ID	0x10DE
    Device ID	0x13C2
    Subsystem ID	0x113110DE
    Revision	161
    LUID	0x0000AA41
    Flags	AcgCompatible, SupportMonitoredFences, KeyedMutexConformance
    Graphics Preemption	DmaBufferBoundary
    Compute Preemption	DmaBufferBoundary
    Outputs	1
    Feature Level	Direct3D_12_1
    DXGI Formats	A8_UNorm, B8G8R8A8_UNorm, R16G16B16A16_UNorm, R16G16B16A16_Float, R32G32B32A32_Float
    Buffer Precision	UNorm8bpc, UNorm8bpcSrgb, UNorm16bpc, Float16bpc, Float32bpc
	
Video Card	Microsoft Basic Render Driver
    Dedicated Video RAM	0 MB
    Dedicated System RAM	0 MB
    Shared System RAM	8 163 MB
    Vendor ID	0x1414
    Device ID	0x008C
    Subsystem ID	0x00000000
    Revision	0
    LUID	0x0000B533
    Flags	Software, AcgCompatible, SupportMonitoredFences, KeyedMutexConformance
    Graphics Preemption	InstructionBoundary
    Compute Preemption	InstructionBoundary
    Outputs	0
    Feature Level	Direct3D_12_1
    DXGI Formats	A8_UNorm, B8G8R8A8_UNorm, R16G16B16A16_UNorm, R16G16B16A16_Float, R32G32B32A32_Float
    Buffer Precision	UNorm8bpc, UNorm8bpcSrgb, UNorm16bpc, Float16bpc, Float32bpc

 

Link to comment
Share on other sites

What happens if you...

 

1) Exit Paint.NET

2) Re-run it as Administrator? (right click on it -> Run as Administrator)

 

and then:

 

3) Exit Paint.NET again

4) Run it normally?

 

 

The Paint.NET Blog: https://blog.getpaint.net/

Donations are always appreciated! https://www.getpaint.net/donate.html

forumSig_bmwE60.jpg

Link to comment
Share on other sites

Also, if running as admin doesn't help (and for the record, that isn't meant to be a solution for you, but rather a debugging aid for me), try opening PowerShell and run this command:

 

Get-Item -path HKCU:\SOFTWARE\Microsoft\Windows\DWM

 

And see if there's a difference when running PowerShell normally, versus running PowerShell as admin.

 

I get something like this:

image.png

 

I don't think you'll see different values, but maybe you'll see an error.

The Paint.NET Blog: https://blog.getpaint.net/

Donations are always appreciated! https://www.getpaint.net/donate.html

forumSig_bmwE60.jpg

Link to comment
Share on other sites

9 hours ago, Rick Brewster said:

What happens if you...

 

1) Exit Paint.NET

2) Re-run it as Administrator? (right click on it -> Run as Administrator)

Title bar still white.

9 hours ago, Rick Brewster said:

and then:

 

3) Exit Paint.NET again

4) Run it normally?

Same thing.

 

PowerShell returns the same values being run as admin or not, no error:

image.png.89077949261e165c4d98675482ec8315.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...