Reigui property_list and tree_view use scrissor mode.

This commit is contained in:
jussi
2024-07-16 21:52:30 +03:00
parent f64b17ec71
commit 9dceeb8c05
7 changed files with 113 additions and 121 deletions

View File

@@ -85,6 +85,7 @@ local function addPropertyList()
}
)
RL.GuiSetStyle( RL.SPINNER, RL.TEXT_ALIGNMENT, RL.TEXT_ALIGN_LEFT )
PropertyList.contentPadding.x = PropertyList.bounds.height -- Room for dropdown.
PropertyList:addControl( PropertyList.gui:Line(
Rectangle:new( 0, 0, 0, 0 ),