Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 4a2075e

Browse files
[[Rewrite Widget]] no longer returning property array in the OnSave() handler
1 parent ef63027 commit 4a2075e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

extensions/widgets/pushbutton/pushbutton.lcb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ public handler OnSave(out rProperties as Array)
158158
put colorToString(mBackgroundColor) into rProperties["backgroundColor"]
159159
put mBackgroundOpacity into rProperties["opacity"]
160160

161-
return rProperties
162161
end handler
163162

164163
public handler OnLoad(in pProperties as Array)

0 commit comments

Comments
 (0)