1.2.2 Version

This commit is contained in:
Lucio Maranta
2019-07-29 16:50:58 +02:00
parent fc56b0e4c9
commit acac7094c9
5 changed files with 6 additions and 3 deletions
Binary file not shown.
+1 -1
View File
@@ -211,7 +211,7 @@ namespace Step.Config
}
private static void ReadScadaFile()
{
{
DirectoryInfo d = new DirectoryInfo(SCADA_DIRECTORY);
FileInfo[] files = d.GetFiles("*.xml");
+3
View File
@@ -1202,6 +1202,9 @@ namespace Step.NC
// Choose which list contains the maximum number of elements
int max = layer.Buttons.Count();
if (layer.Labels.Count() > max)
max = layer.Images.Count();
if (layer.Images.Count() > max)
max = layer.Images.Count();
+1 -1
View File
@@ -10,7 +10,7 @@
#define FolderName "Active"
#define SCMIcoName "SCM.ico"
#define MyAppVersion "1.2"
#define MyAppVersion "1.2.2"
#define MyAppPublisher "CMS"
#define MyAppURL "https://www.scmgroup.com/it/cms"
#define MyAppExeName "Active.exe"
@@ -27,7 +27,7 @@
</div>
</div>
<div class="info-container">
<div class="var">
<div class="var" v-if="false">
<div class="variable">{{'card_job_production_feed_override' | localize('Feed override:')}}</div>
<div class="elm number">{{getFeedOverride}}<span class="umeasure">&nbsp;</span></div>
</div>