Delete the preferences file when ImageJ quits.
()
| 596 | |
| 597 | /** Delete the preferences file when ImageJ quits. */ |
| 598 | public static void resetPreferences() { |
| 599 | resetPreferences = true; |
| 600 | } |
| 601 | |
| 602 | static void loadOptions() { |
| 603 | int defaultOptions = ANTIALIASING+AVOID_RESLICE_INTERPOLATION+ANTIALIASED_TOOLS+MULTI_POINT_MODE |