Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OptionButton "Items" button dissapear when other editor is active (e.g. Theme or AtlasTexture) #28211

Closed
TintaKnight opened this issue Apr 19, 2019 · 9 comments

Comments

@TintaKnight
Copy link

Godot version:
Stable 3.1

OS/device including version:
Windows 10, GTX 1060 6gb

Issue description:
OptionButton "Items" button dissapear from scene top bar.

Steps to reproduce:
Create a new OptionButton node;
Go to Control/Theme on Inspector;
Create a new theme and click to edit it.

@clayjohn
Copy link
Member

Could you provide more information please? Maybe screenshots even. I am having trouble understanding what exactly the problem is.

@TintaKnight
Copy link
Author

Could you provide more information please? Maybe screenshots even. I am having trouble understanding what exactly the problem is.

When you apply a theme to an OptionButton, this button disappears:
image

Without theme:
image

With theme:
image

@akien-mga
Copy link
Member

CC @YeldhamDev

@YeldhamDev
Copy link
Member

YeldhamDev commented May 28, 2019

Digging more into this, I don't think this is a "bug", but more of "that's how Godot works™". The theme editor is overriding the item editor, but if you close the Theme resource, the item editor comes right back, as it's the main focus now. You can see the same behaviour with things like opening a shader resource in a Sprite.

@volzhs
Copy link
Contributor

volzhs commented Jun 1, 2019

I guess it is more like #7001

@KoBeWi
Copy link
Member

KoBeWi commented Nov 27, 2020

Still valid in 3.2.4 beta3

@nobuyukinyuu
Copy link
Contributor

recommend updating the title to reflect the wider scope of this bug

@KoBeWi KoBeWi changed the title OptionButton "Items" button dissapear OptionButton "Items" button dissapear when other editor is active (e.g. Theme or AtlasTexture) Dec 25, 2020
@polytect
Copy link

polytect commented Apr 24, 2021

Still same with 3.3.
Items disappears.
And then Either you have to recreate the node or, not to use at in this way.

Its very counter intuitive. I can't even find a way back as @YeldhamDev explained.

@KoBeWi
Copy link
Member

KoBeWi commented Mar 3, 2022

While the original cause was not fixed, this particular issue was resolved when items editing was moved to inspector.

@KoBeWi KoBeWi closed this as completed Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
8 participants