From 12855eed1f64f97845be8e64e188326084b57168 Mon Sep 17 00:00:00 2001 From: Elodie Bourrec Date: Thu, 27 Jun 2019 10:17:06 +0200 Subject: [PATCH] Correcting of writing mask file. Pb with UUID generation. Diffused Version 2.6.11 --- src/osp/ui/OSPE_AboutBoxPanel.java | 2 +- src/osp/ui/OSPE_VisuPanel.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osp/ui/OSPE_AboutBoxPanel.java b/src/osp/ui/OSPE_AboutBoxPanel.java index fd61177..39decab 100755 --- a/src/osp/ui/OSPE_AboutBoxPanel.java +++ b/src/osp/ui/OSPE_AboutBoxPanel.java @@ -23,7 +23,7 @@ public class OSPE_AboutBoxPanel extends JDialog { /** Product name */ private String product = "OSP Editor"; /** Current version */ - private String version = "version 2.6.9 - June 25th 2019"; + private String version = "version 2.6.11 - June 27th 2019"; /** Copyright information */ private String copyright = "Copyright (c)"; /** Comments */ diff --git a/src/osp/ui/OSPE_VisuPanel.java b/src/osp/ui/OSPE_VisuPanel.java index a62fd01..294b89a 100755 --- a/src/osp/ui/OSPE_VisuPanel.java +++ b/src/osp/ui/OSPE_VisuPanel.java @@ -473,7 +473,7 @@ public class OSPE_VisuPanel extends JPanel implements Observer, return; } } - + currentMask.setM_uuid(); fileChooser.setDialogTitle("Save Mask Configuration File"); ExampleFileFilter filter = new ExampleFileFilter(); filter.addExtension("xml"); -- libgit2 0.21.2