Ticket #2397: 2397.patch
File 2397.patch, 729 bytes (added by diana, 15 years ago) |
---|
-
src/main/java/org/sophie2/main/func/text/view/HotTextLogic.java
### Eclipse Workspace Patch 1.0 #P org.sophie2.main.func.text
82 82 } 83 83 this.lastSignificantTime = currentTime; 84 84 } else { 85 if (!model.getAccess().getHead().getLastChange().isSignificant()) { 85 if ( model.getAccess().getHead().getLastChange() != null && 86 !model.getAccess().getHead().getLastChange().isSignificant() ) { 86 87 new AutoAction("Set text", true) { 87 88 88 89 @Override