src/de/uapcore/sudoku/DocumentHandler.java

changeset 7
2c0a2766461c
parent 6
5bab2e971333
     1.1 --- a/src/de/uapcore/sudoku/DocumentHandler.java	Sun Jan 27 15:03:57 2013 +0100
     1.2 +++ b/src/de/uapcore/sudoku/DocumentHandler.java	Thu Jan 31 18:44:44 2013 +0100
     1.3 @@ -76,6 +76,7 @@
     1.4                  throw new IOException("Kein Sudoku-Feld enthalten!");
     1.5              }
     1.6          }
     1.7 +        field.setAllCellsModified(false);
     1.8      }
     1.9      
    1.10      public void save(Field field) throws IOException {

mercurial