mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +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.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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user