cschreib / lxgui

Portable, real time, modular and data-driven GUI C++ library.
https://cschreib.github.io/lxgui
MIT License
73 stars 20 forks source link

Fixed access to null pointer on hiDPI displays #104

Closed cschreib closed 2 years ago

cschreib commented 2 years ago

This PR fixes an unchecked nullptr access that was happening only on hi-DPI displays. Closes #103.