Reputation: 941
I am using a black theme for VS, and some of the tooltips (and inputfields in popup windows) are totally scrambled.
Anybody know where I can look to help this? It's driving me nuts
Below:Me hovering mouse over breakpoint
Upvotes: 2
Views: 111
Reputation: 488
I was having this same problem (and my search bars were additionally being distorted within VS2013), and as Jods suggested I updated my graphics drivers and disabled all the advanced settings from the graphics options on the hardware driver page... This didn't quite fix my problem alone until I did the following:
I was able to fix the problem by disabling "Use hardware graphics acceleration if available" within Visual Studio itself.
In Visual Studio go to Tools -> Options -> Environment -> General ->
Uncheck "Automatically adjust visual experience based on client performance
," and then uncheck "Use hardware graphics acceleration if available
"
This immediately fixed my problem.
Upvotes: 1