ISOR3X / pawn-editor

5 stars 5 forks source link

New Listing_Horizontal #92

Closed ISOR3X closed 7 months ago

ISOR3X commented 7 months ago

Listing_Horizontal works based on a relative width and allows growing to fill up available space if needed. Does not support height of items changing after caching currently.

All Dialog_EditItems have been converted to the new listing_horizontal. The code to open/ close this window has also been modified so when the dialog is reopened it no longer renders behind the pawn editor window. Only thing missing is the dialog closing when switching tabs since I couldnt find an event for this.