Update framework

This commit is contained in:
Dean Herbert
2020-11-18 15:51:09 +09:00
parent 851c7d524f
commit efc18887c8
4 changed files with 5 additions and 5 deletions

View File

@ -139,7 +139,7 @@ namespace osu.Desktop
// SDL2 DesktopWindow
case DesktopWindow desktopWindow:
desktopWindow.CursorState.Value |= CursorState.Hidden;
desktopWindow.CursorState |= CursorState.Hidden;
desktopWindow.SetIconFromStream(iconStream);
desktopWindow.Title = Name;
desktopWindow.DragDrop += f => fileDrop(new[] { f });