Changed version to v0.9 and fixed the button SURD_MODE
This commit is contained in:
parent
ada6e552f6
commit
f57449c8d4
@ -393,9 +393,11 @@ public class MathInputScreen extends Screen {
|
||||
return true;
|
||||
case SURD_MODE:
|
||||
calc.exactMode = !calc.exactMode;
|
||||
result.clear();
|
||||
currentStep = 0;
|
||||
Keyboard.keyPressed(Key.SIMPLIFY);
|
||||
if (!result.isContentEmpty()) {
|
||||
result.clear();
|
||||
currentStep = 0;
|
||||
Keyboard.keyPressed(Key.SIMPLIFY);
|
||||
}
|
||||
return true;
|
||||
case debug1:
|
||||
Engine.INSTANCE.getHardwareDevice().getDisplayManager().setScreen(new EmptyScreen());
|
||||
|
2
pom.xml
2
pom.xml
@ -27,7 +27,7 @@
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<project.version>0.8-SNAPSHOT</project.version>
|
||||
<project.version>0.9-SNAPSHOT</project.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
|
Loading…
Reference in New Issue
Block a user