View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0000528 | Cheat Engine | (No Category) | public | 2017-01-19 09:31 | 2017-01-26 20:08 | ||||||||
Reporter | ender | ||||||||||||
Assigned To | Dark Byte | ||||||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||||||
Status | assigned | Resolution | open | ||||||||||
Platform | Windows | OS | 10 | OS Version | 14393 | ||||||||
Summary | 0000528: High Contrast problems | ||||||||||||
Description | I'm running Windows in High Contrast mode, which causes some text to be hard to read in Cheat Engine, because it uses hardcoded colours - the Found Address List uses black text, which is nearly invisible on the dark background I'm using. It would be better if it either used the OS default text colour, or if the colours were customisable like in Memory view (being able to change the font would be nice, too). | ||||||||||||
Steps To Reproduce | Select High Contrast black theme, then run Cheat Engine. | ||||||||||||
Tags | No tags attached. | ||||||||||||
Attached Files |
|
![]() |
|
Dark Byte (developer) 2017-01-26 19:35 |
You mean the address list on the left side the "found address list" ? as far as I know it only uses the default text color for that with the exception of the address if it's static (green) or the value if it's changed (red) So it should be changable by the OS text color run this lua code to give you a white color: (also works as an autorun script) getMainForm().Foundlist3.Font.Color=0xffffff |
ender (reporter) 2017-01-26 20:08 |
Yup, the Found list; and it doesn't use the OS text colour, otherwise I wouldn't be complaining (you can see how it looks in bug 527, attachment Image1.png: http://cheatengine.org/mantis/file_download.php?file_id=212&type=bug ) I'll use the script for now, it does make the text visible. |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2017-01-19 09:31 | ender | New Issue | |
2017-01-26 19:35 | Dark Byte | Note Added: 0001115 | |
2017-01-26 19:35 | Dark Byte | Assigned To | => Dark Byte |
2017-01-26 19:35 | Dark Byte | Status | new => feedback |
2017-01-26 20:08 | ender | Note Added: 0001117 | |
2017-01-26 20:08 | ender | Status | feedback => assigned |