Skip to content

Commit 3bfe618

Browse files
"previous value" (re) added to the form (can't say when it has disapeared)
1 parent ba618fd commit 3bfe618

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

Project/Sources/Forms/WP_Palette_Sizes/form.4DForm

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,35 @@
563563
"fontSize": 28,
564564
"textAngle": 270,
565565
"text": "4D WritePro Sizes"
566+
},
567+
"previousValue": {
568+
"type": "input",
569+
"top": 103,
570+
"left": 363,
571+
"width": 115,
572+
"height": 17,
573+
"visibility": "hidden",
574+
"dataSourceTypeHint": "number",
575+
"stroke": "#0000CD",
576+
"focusable": false,
577+
"fill": "transparent",
578+
"borderStyle": "none",
579+
"enterable": false,
580+
"contextMenu": "none",
581+
"dragging": "none",
582+
"dropping": "custom",
583+
"events": [
584+
"onDataChange"
585+
]
586+
},
587+
"Text1": {
588+
"type": "text",
589+
"top": 85,
590+
"left": 302,
591+
"width": 149,
592+
"height": 17,
593+
"textAlign": "right",
594+
"text": "//ACI0097045"
566595
}
567596
}
568597
}
@@ -596,5 +625,5 @@
596625
"version": "1",
597626
"kind": "form"
598627
},
599-
"geometryStamp": 527
628+
"geometryStamp": 528
600629
}

0 commit comments

Comments
 (0)