mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Prevent getting stuck if you accidentally press Back while on a DualListBox
This commit is contained in:
@@ -230,6 +230,8 @@ public class DualListBox<T> extends FDialog {
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
case Keys.BACK:
|
||||
return true; //suppress Back button
|
||||
}
|
||||
return super.keyDown(keyCode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user