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

Commit fd030b2

Browse files
Merge pull request #7507 from livecodepanos/bugfix-23061
[[ Bug 23061 ]] Show the name of the chosen icon in the icon picker
2 parents c13c811 + 355f484 commit fd030b2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

extensions/widgets/iconpicker/iconpicker.lcb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ constant kMinCols is 3
148148
constant kMinRows is 3
149149

150150
public handler OnCreate()
151-
put "" into mFilterString
151+
put "" into mFilterString
152152
SetDataList()
153153
put the empty array into mPaths
154154
put 1 into mFirstDataItem
@@ -159,6 +159,7 @@ public handler OnCreate()
159159
put 0 into mViewTopPosition
160160
put true into mFrameBorder
161161

162+
put true into mShowSelectedElement
162163
put false into mShowNames
163164
put kDefaultIconSize into mIconSize
164165

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# [23061] Show name of chosen icon when opening the icon picker

0 commit comments

Comments
 (0)