py_cui
py_cui copied to clipboard
Allow multi-line items for scroll_menu
Having the ability to support multi-line items in the scroll_menu is useful for long text items. A hack I'm forced to use right now is splitting the long item into multiple items and be careful which I interact with for my mouse event.
Also having multi-line pop-ups would be incredibly helpful