Skip to content

Commit

Permalink
"previous value" (re) added to the form (can't say when it has disape…
Browse files Browse the repository at this point in the history
…ared)
  • Loading branch information
Roland-Lannuzel committed Sep 30, 2024
1 parent ba618fd commit 3bfe618
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion Project/Sources/Forms/WP_Palette_Sizes/form.4DForm
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,35 @@
"fontSize": 28,
"textAngle": 270,
"text": "4D WritePro Sizes"
},
"previousValue": {
"type": "input",
"top": 103,
"left": 363,
"width": 115,
"height": 17,
"visibility": "hidden",
"dataSourceTypeHint": "number",
"stroke": "#0000CD",
"focusable": false,
"fill": "transparent",
"borderStyle": "none",
"enterable": false,
"contextMenu": "none",
"dragging": "none",
"dropping": "custom",
"events": [
"onDataChange"
]
},
"Text1": {
"type": "text",
"top": 85,
"left": 302,
"width": 149,
"height": 17,
"textAlign": "right",
"text": "//ACI0097045"
}
}
}
Expand Down Expand Up @@ -596,5 +625,5 @@
"version": "1",
"kind": "form"
},
"geometryStamp": 527
"geometryStamp": 528
}

0 comments on commit 3bfe618

Please sign in to comment.