poohcom1 / godot-private-exports

A Godot addon that lets you set access modifier for exported variables!
https://godotengine.org/asset-library/asset/2136
MIT License
22 stars 0 forks source link

Broken display for resources and other expandable properties #8

Closed poohcom1 closed 11 months ago

poohcom1 commented 11 months ago

If a property is expanded, and you navigate away and back to the scene, the rendering is broken: image

Clicking on the resource to collapse and expand again fixes it: image

This is due to the logic attempting to readjust the access modifier UI for properties with bottom editors. However, it didn't take into account properties that have both a side editor and bottom editor. We'll need to find a way to detect this and exclude it.