mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 13:48:57 +08:00
(GUI): reset filename lookup on Enter keypress.
This commit is contained in:
@@ -644,6 +644,7 @@ namespace GARbro.GUI
|
||||
case Key.Prior:
|
||||
case Key.Home:
|
||||
case Key.End:
|
||||
case Key.Enter:
|
||||
m_current_input.Reset();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user