(GUI): reset filename lookup on Enter keypress.

This commit is contained in:
morkt 2017-11-12 09:58:58 +04:00
parent 41fe47f7b5
commit dd26dd9ae3

View File

@ -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;
} }