v1.2.0: fixed errors with emulated mouse input when setting bindings
This commit is contained in:
+2
-2
@@ -443,7 +443,7 @@ public class WndKeyBindings extends Window {
|
||||
add(btnCancel);
|
||||
|
||||
resize(WIDTH, (int)btnCancel.bottom());
|
||||
KeyBindings.acceptUnbound = true;
|
||||
KeyBindings.bindingKey = true;
|
||||
|
||||
}
|
||||
|
||||
@@ -484,7 +484,7 @@ public class WndKeyBindings extends Window {
|
||||
@Override
|
||||
public void destroy() {
|
||||
super.destroy();
|
||||
KeyBindings.acceptUnbound = false;
|
||||
KeyBindings.bindingKey = false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user