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
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