Minor fixes

This commit is contained in:
Jérôme Leclercq
2021-11-30 12:42:19 +01:00
parent 461a06ab8c
commit 2d236afe0f
3 changed files with 3 additions and 1 deletions

View File

@@ -323,6 +323,7 @@ namespace Nz
}
case Keyboard::VKey::Return:
case Keyboard::VKey::NumpadReturn:
{
bool ignoreDefaultAction = false;
OnTextAreaKeyReturn(this, &ignoreDefaultAction);