mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-11 13:38:23 +02:00
NPE when new validation is created
This commit is contained in:
@@ -262,6 +262,7 @@ public class SmartCSVController extends FXMLController {
|
|||||||
currentConfigFile.setContent(currentCsvFile.getContent().createValidationConfiguration());
|
currentConfigFile.setContent(currentCsvFile.getContent().createValidationConfiguration());
|
||||||
currentConfigFile.setFile(null);
|
currentConfigFile.setFile(null);
|
||||||
currentConfigFile.setFileChanged(true);
|
currentConfigFile.setFileChanged(true);
|
||||||
|
resetContent();
|
||||||
}
|
}
|
||||||
|
|
||||||
@FXML
|
@FXML
|
||||||
|
|||||||
Reference in New Issue
Block a user