File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ public handler OnSave(out rProperties as Array)
300300 put mActionStyle into rProperties["actionStyle"]
301301 put mShowBackIcon into rProperties["showBackIcon"]
302302 put mLeftLabel into rProperties["leftLabel"]
303- put mActionColor into rProperties["actionColor"]
303+ put getActionColor() into rProperties["actionColor"]
304304 put mShowSearchIcon into rProperties["showSearchIcon"]
305305
306306 return rProperties
@@ -313,7 +313,7 @@ public handler OnLoad(in pProperties as Array)
313313 put pProperties["actionStyle"] into mActionStyle
314314 put pProperties["showBackIcon"] into mShowBackIcon
315315 put pProperties["leftLabel"] into mLeftLabel
316- put pProperties["actionColor"] into mActionColor
316+ setActionColor( pProperties["actionColor"])
317317 put pProperties["showSearchIcon"] into mShowSearchIcon
318318end handler
319319
You can’t perform that action at this time.
0 commit comments