Fix tab navigation

This commit is contained in:
Wojtek Figat
2022-08-06 12:10:14 +02:00
parent ed9f3f3d55
commit ad7a8e528a

View File

@@ -1282,6 +1282,9 @@ namespace FlaxEngine.GUI
SetSelection(TextLength);
return true;
}
case KeyboardKeys.Tab:
// Don't process
return false;
}
return true;