mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 13:45:34 +08:00
(GUI): reset filename lookup on Enter keypress.
This commit is contained in:
parent
41fe47f7b5
commit
dd26dd9ae3
@ -644,6 +644,7 @@ namespace GARbro.GUI
|
|||||||
case Key.Prior:
|
case Key.Prior:
|
||||||
case Key.Home:
|
case Key.Home:
|
||||||
case Key.End:
|
case Key.End:
|
||||||
|
case Key.Enter:
|
||||||
m_current_input.Reset();
|
m_current_input.Reset();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user