1.2.2 Version
This commit is contained in:
Binary file not shown.
@@ -211,7 +211,7 @@ namespace Step.Config
|
||||
}
|
||||
|
||||
private static void ReadScadaFile()
|
||||
{
|
||||
{
|
||||
DirectoryInfo d = new DirectoryInfo(SCADA_DIRECTORY);
|
||||
FileInfo[] files = d.GetFiles("*.xml");
|
||||
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
@@ -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"> </span></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user