You can try to turn off hardware acceleration:
1) In config.json (it is located in C:\Users\user_name\AppData\Roaming\Evernote) set isHardwareAccelerationDisabled to true in qa section, it should be looks like:
...
"qa": {
"isHardwareAccelerationDisabled": true,
...
}
..
After changing this you need to restart the application.
Please do it and tell if it helped you.