alexguirre / RAGENativeUI

MIT License
115 stars 38 forks source link

Re-add ProcessControls() call to TabView #24

Closed LSPDFR-PeterU closed 7 years ago

LSPDFR-PeterU commented 7 years ago

Since 1.6, TabViews were not taking any action on indicated keybind presses. It would appear that a call to ProcessControls() was removed.

Re-adding this call to the Update() method for TabView resolves the issue.