Updated Dropdown (markdown)

Robert Jelic
2022-04-02 09:30:48 +02:00
parent 94a6c07b6b
commit 1bc11b5a30

@@ -39,7 +39,7 @@ aDropDown:removeItem(2)
**returns:** the object<br>
## setActiveItemBackground
Sets the background of the item if its currently selected
Sets the background of the item which is currently selected
````lua
local mainFrame = NyoUI.createFrame("myFirstFrame"):show()
@@ -53,7 +53,7 @@ aDropDown:setActiveItemBackground(colors.green)
**returns:** the object<br>
## setActiveItemForeground
Sets the foreground of the item if its currently selected
Sets the foreground of the item which is currently selected
````lua
local mainFrame = NyoUI.createFrame("myFirstFrame"):show()