mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #123] Menu bar labels impossible to read when focus on window is set. #109
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#109
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ltc-data on GitHub (Apr 22, 2017).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/123
Originally assigned to: @NickeManarin on GitHub.
That example starts without focus on ScreenToGif Editor windows i.e. clicked desktop area, label text is dark and easy to read on Menu Bar area.
As soon as you click into ScreenToGif Window, the labels go very pale and hard to read both on mouse over and normal text on Menu Bar Area.
ScreenToGif 2.7.1
Windows 10 Pro 1607 14393.1066
Creators Update 1703 15063.138
Windows 7 Ultimate Sp1
@NickeManarin commented on GitHub (Apr 22, 2017):
Just to check, under Windows Settings > Personalization > Colors
Do you have the second option unchecked?
If so, as a workaround, go to ScreenToGif Option > Interface and uncheck the "Extend titlebar/chrome"
As a bug fix, I need to find the registry entry that defines that property (if > W10) and always display black as the foreground color of that text.
@ltc-data commented on GitHub (Apr 23, 2017):
I have neither of those options enabled
Excellent that indeed does the trick :D
Ill have a look around and see if I find it and report back if I do.
In meanwhile thx for that tidbit.
@NickeManarin commented on GitHub (Apr 23, 2017):
Just to explain what's happening, the app looks for the current accent color in the registry, so if "Show colour on title bar" isn't checked, the app will still find the accent color.
It`s fixed now. Wait for the next release. Thanks for the feedback.