Skip to content

Commit 6c893f0

Browse files
ACI0105555 fix (clear button added next to background color)
1 parent 1a3e8e6 commit 6c893f0

File tree

6 files changed

+28
-7
lines changed

6 files changed

+28
-7
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
WP_SetBackgroundColor(Form:C1466.selection; wk transparent:K81:134)
2+
WP_GetBackgroundColor(Form:C1466.selection)

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

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@
529529
"FakeFocusFontColor": {
530530
"type": "picture",
531531
"top": 99,
532-
"left": 190,
532+
"left": 340,
533533
"width": 10,
534534
"height": 10,
535535
"pictureFormat": "scaled",
@@ -538,7 +538,7 @@
538538
"FakeFocusBackgroundColor": {
539539
"type": "picture",
540540
"top": 127,
541-
"left": 190,
541+
"left": 340,
542542
"width": 10,
543543
"height": 10,
544544
"visibility": "hidden",
@@ -548,7 +548,7 @@
548548
"FakeFocusUnderlineColor": {
549549
"type": "picture",
550550
"top": 303,
551-
"left": 230,
551+
"left": 380,
552552
"width": 10,
553553
"height": 10,
554554
"visibility": "hidden",
@@ -558,7 +558,7 @@
558558
"FakeFocusShadowColor": {
559559
"type": "picture",
560560
"top": 427,
561-
"left": 230,
561+
"left": 380,
562562
"width": 10,
563563
"height": 10,
564564
"visibility": "hidden",
@@ -695,7 +695,7 @@
695695
"FakeFocusLinethroughColor": {
696696
"type": "picture",
697697
"top": 235,
698-
"left": 230,
698+
"left": 380,
699699
"width": 10,
700700
"height": 10,
701701
"visibility": "hidden",
@@ -1067,6 +1067,24 @@
10671067
"fill": "#CBCBCB",
10681068
"stroke": "transparent",
10691069
"borderRadius": 8
1070+
},
1071+
"btnClearBackground": {
1072+
"type": "button",
1073+
"top": 121,
1074+
"left": 195,
1075+
"width": 24,
1076+
"height": 24,
1077+
"stroke": "#FF0000",
1078+
"focusable": false,
1079+
"icon": "/RESOURCES/Images/Sidebar/Clear_24.png",
1080+
"iconFrames": 4,
1081+
"style": "custom",
1082+
"popupPlacement": "none",
1083+
"method": "ObjectMethods/btnClearBackground.4dm",
1084+
"events": [
1085+
"onClick"
1086+
],
1087+
"text": ""
10701088
}
10711089
},
10721090
"entryOrder": [
@@ -1098,7 +1116,8 @@
10981116
"btn_InsertSH",
10991117
"btn_RemoveSH",
11001118
"fontLongName",
1101-
"btnAI"
1119+
"btnAI",
1120+
"btnClearBackground"
11021121
]
11031122
}
11041123
],
@@ -1143,5 +1162,5 @@
11431162
"version": "1",
11441163
"kind": "form"
11451164
},
1146-
"geometryStamp": 1425
1165+
"geometryStamp": 1554
11471166
}
1.47 KB
Loading
3.02 KB
Loading
2.85 KB
Loading
1.41 KB
Loading

0 commit comments

Comments
 (0)