1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Fixed setFocus for some ShowPCLocation and ShowSourceFile cases

This commit is contained in:
Brian Fiete 2024-12-29 07:14:30 -08:00
parent d5024964c8
commit cac67b8288
2 changed files with 27 additions and 6 deletions

View file

@ -907,6 +907,9 @@ namespace Beefy.widgets
{
base.KeyDown(keyCode, isRepeat);
if (mWidgetWindow == null)
return;
switch (keyCode)
{
case (KeyCode)'A':