poohcom1 / godot-private-exports

A Godot addon that lets you set access modifier for exported variables!

Home Page:https://godotengine.org/asset-library/asset/2136

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken display for resources and other expandable properties

poohcom1 opened this issue · comments

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.