UltravioletFramework / ultraviolet

The Ultraviolet Framework is a .NET game development framework written in C#.
https://github.com/UltravioletFramework/ultraviolet/wiki
MIT License
541 stars 46 forks source link

Selecting text in a password box crashes #140

Closed fireball87 closed 3 years ago

fireball87 commented 3 years ago

When I highlight text in a password box, i will crash in password box OnQueryCursor as this.PART_Editor?.Cursor.Resource is null and therefore this.PART_Editor?.Cursor.Resource.Cursor is a null de-reference.

tlgkccampbell commented 3 years ago

Resolved in 2021.2.0.4548.

fireball87 commented 3 years ago

Thanks