nathan-osman / NitroShare-Mac

Mac OS X project files and source code for building NitroShare.
3 stars 2 forks source link

Select Machine picture and text still visible under single machine sharebox #11

Closed mateosalta closed 11 years ago

mateosalta commented 11 years ago

I noticed a strange thing happening with the share box on my mac, almost like an effects ghost. Only seems to happen on the OSX Intel version.

http://farm9.staticflickr.com/8201/8209435830_7687a898e2_o.png

The strange thing is that is disappears on dark backgrounds, and is apparent on light backgrounds, I usually have a black background which is why I just noticed.

mateosalta commented 11 years ago

Turns out it was the system putting a shadow on the ShareBox, which outlined everything and didn't update when the icon/text was switched out. Makes sense about it not being apparent on dark backgrounds now...

So fixed it using Qt::WA_MacNoShadow , although some of the documentation says it is deprecated - it works for now until we can find a different solution.