wjakob / nanogui

Minimalistic GUI library for OpenGL
Other
4.67k stars 611 forks source link

Custom fonts and button Icons, fixed a few Windows issues, fixed focus issues within the same widget #444

Open William-Baker opened 4 years ago

William-Baker commented 4 years ago

Theme.cpp Modified themes to import fonts from a file rather than a resource, and tied font references in widgets to the theme rather than to sans-bold. Widget.cpp: Un-focus widgets when clicking outside them while being in the same parent. Added childContainedAlready bool so only top child in the widget is focused