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:
parent
d5024964c8
commit
cac67b8288
2 changed files with 27 additions and 6 deletions
|
@ -907,6 +907,9 @@ namespace Beefy.widgets
|
|||
{
|
||||
base.KeyDown(keyCode, isRepeat);
|
||||
|
||||
if (mWidgetWindow == null)
|
||||
return;
|
||||
|
||||
switch (keyCode)
|
||||
{
|
||||
case (KeyCode)'A':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue