eval delay removed + fix for inverse trigonometric functions

This commit is contained in:
Sergey Solovyev
2011-12-29 13:09:26 +04:00
parent 538e0933ca
commit 9eb17919e5
3 changed files with 11 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ public enum CalculatorModel implements CursorControl, HistoryControl<CalculatorH
instance;
// millis to wait before evaluation after user edit action
public static final int EVAL_DELAY_MILLIS = 400;
public static final int EVAL_DELAY_MILLIS = 0;
@NotNull
private CalculatorEditor editor;