Restore behaviour of ESCAPE always closing the GUI (#3601)
This commit is contained in:
@@ -487,7 +487,7 @@ public class GuiMEMonitorable extends AEBaseMEGui implements ISortSource, IConfi
|
||||
return;
|
||||
}
|
||||
|
||||
if( this.searchField.isFocused() && ( key == Keyboard.KEY_ESCAPE || key == Keyboard.KEY_RETURN ) )
|
||||
if( this.searchField.isFocused() && key == Keyboard.KEY_RETURN )
|
||||
{
|
||||
this.searchField.setFocused( false );
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user