Fix up radio buttons, more editbox functionality.

All blocking issues with UI should now be fixed.
This commit is contained in:
elasota
2020-02-16 21:57:02 -05:00
parent a726a88f70
commit 7548690c51
14 changed files with 140 additions and 6 deletions

View File

@@ -810,12 +810,12 @@ void Window::DrawControls()
}
bool Window::IsHandlingTickEvents()
{
{
return m_numTickReceivingWidgets > 0;
}
void Window::OnTick()
{
{
if (m_numTickReceivingWidgets == 0)
return;