Sdk/TextAreaWidget: Show cursor as long as focus is active

This commit is contained in:
Lynix
2017-11-11 18:42:30 +01:00
parent f136530a74
commit 0487b282d7
3 changed files with 17 additions and 12 deletions

View File

@@ -23,6 +23,7 @@ Nazara Development Kit:
- Fixed minor issues relative to TextAreaWidget cursor handling
- ⚠️ Renamed BaseWidget::GrabKeyboard method to SetFocus
- Added BaseWidget::ClearFocus method and OnFocus[Lost|Received] virtual methods
- TextAreaWidget will now show a cursor as long as it has focus
# 0.4: