Skip to content

Commit

Permalink
Merge branch 'master' into fix-win32-right-modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
MarchingCube authored Dec 3, 2019
2 parents be4d1ef + 572f230 commit 0462f48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native/Avalonia.Native/src/OSX/window.mm
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@ -(AvnView*) initWithParent: (WindowBaseImpl*) parent
{
self = [super init];
[self setWantsBestResolutionOpenGLSurface:true];
[self setWantsLayer:YES];
_parent = parent;
_area = nullptr;
return self;
Expand Down

0 comments on commit 0462f48

Please sign in to comment.