Maplespe / DWMBlurGlass

Add custom effect to global system title bar, support win10 and win11.
GNU Lesser General Public License v3.0
2.06k stars 92 forks source link

非活动状态文本颜色似乎不起作用 #378

Closed PIndividual closed 3 months ago

PIndividual commented 3 months ago

Describe the bug

A clear and concise description of what the bug is:

我为了能在软件失焦的时候也能看清标题栏上的字,我把非活动状态的文本颜色也设置成了白色,但是这个设置似乎不起作用,

To Reproduce

Steps to reproduce the behavior:

重新卸载安装配置文件后软件在失焦的时候文字还是灰色的

Screenshots

image

Additional information (please complete the following information):

OS Version : Windows 10 22H2 19045.4717 Software Version : 2.2.0

What other third-party software do you use:

MacType None

Additional context Add any other context about the problem here.

Maplespe commented 3 months ago

自定义文本颜色只对默认窗口框架渲染的文本生效,Ribbon的文本属于自绘文本 不在本程序的可操控范围内。

ALTaleX531 commented 3 months ago

你翻翻前面的issue,已经说了文件管理器的标题栏文字是自己画的,不受DWM控制