Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upInvalidate window drop shadow on window move #9812
Closed
Labels
Comments
|
@paulrouget Is that only on OS X? |
Yes. |
|
Requires: servo/glutin#75 |
pcwalton
added a commit
to pcwalton/glutin
that referenced
this issue
Mar 14, 2016
Despite the fact that the style mask contains `NSTitledWindowMask`, the title doesn't show up for two reasons: (a) we draw over it; (b) we make it invisible with a call to `-[NSWindow setTitleVisibility:]`. Addresses servo/servo#9856 and servo/servo#9878. Partially addresses servo/servo#9812.
pcwalton
added a commit
to pcwalton/glutin
that referenced
this issue
Mar 14, 2016
Despite the fact that the style mask contains `NSTitledWindowMask`, the title doesn't show up for two reasons: (a) we draw over it; (b) we make it invisible with a call to `-[NSWindow setTitleVisibility:]`. Addresses servo/servo#9856 and servo/servo#9878. Partially addresses servo/servo#9812.
|
Works now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With #9809, window drop shadow are not updated after window resize/move.
See: https://developer.apple.com/library/mac/samplecode/RoundTransparentWindow/Listings/Classes_CustomView_m.html#//apple_ref/doc/uid/DTS10000401-Classes_CustomView_m-DontLinkElementID_6