You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After creating a new stylebox override in the new Theme editor, clicking the created StyleBoxTexture brings up the TextureRegion editor, which is quite annoying.
This won't happen again if you then switch to the theme editor by clicking "Theme" in the bottom bar. But will still happen if you switch to the theme editor by clicking history buttons in the Inspector panel.
This is similar to #29873, but the new theme editor tab won't disappear in this case.
This does not happen in 4.0.
Steps to reproduce
Open the Godot editor
Create a Theme resource
Pick a class that has customizable stylebox
Click the button with plus icon to add an override, and create a StyleBoxTexture resource for it
Click the newly created stylebox resource
... and it switches to the TextureRegion editor
Go back to the theme editor by clicking the "Go to the previous edited object in history." button in the Inspector
Click the stylebox resource again
... and it switches to the TextureRegion editor again
Go back to the theme editor by clicking "Theme" in the bottom bar
Click the stylebox resource again
... and it works fine, won't be brought to the TextureRegion editor
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered:
I think that in master there were some improvements to having multiple editors at the same time which cannot be ported back to 3.x. (Edit: Though maybe I was thinking about #45085)
But otherwise, this is an intended behavior. Not sure what you would like to see act differently with the theme editor specifically.
but the new theme editor tab won't disappear in this case.
Yes, because I've made some non-Theme types "supported" by the new theme editor just so that it doesn't close when you select a subresource, like a StyleBox.
Godot version
3.4.beta1
System information
macOS 11.4
Issue description
After creating a new stylebox override in the new Theme editor, clicking the created
StyleBoxTexture
brings up the TextureRegion editor, which is quite annoying.This won't happen again if you then switch to the theme editor by clicking "Theme" in the bottom bar. But will still happen if you switch to the theme editor by clicking history buttons in the Inspector panel.
This is similar to #29873, but the new theme editor tab won't disappear in this case.
This does not happen in 4.0.
Steps to reproduce
Theme
resourceStyleBoxTexture
resource for itMinimal reproduction project
No response
The text was updated successfully, but these errors were encountered: