Skip to content

Conversation

@emilk
Copy link
Owner

@emilk emilk commented Jun 5, 2024

These were confusing, because set_enabled(true) and set_visible(true) did nothing.

Instead use one of:

@emilk emilk added the egui label Jun 5, 2024
@emilk emilk merged commit d72de1e into master Jun 5, 2024
@emilk emilk deleted the emilk/remove-set-enabled branch June 5, 2024 11:20
zhaop added a commit to zhaop/bevy_editor_pls that referenced this pull request Jul 6, 2024
jakobhellermann pushed a commit to jakobhellermann/bevy_editor_pls that referenced this pull request Aug 11, 2024
hacknus pushed a commit to hacknus/egui that referenced this pull request Oct 30, 2024
These were confusing, because `set_enabled(true)` and
`set_visible(true)` did nothing.

Instead use one of:
* `ui.add_enabled`, `ui.add_enabled_ui` or `ui.disable()`
* `ui.add_visible`, `ui.add_visible_ui` or `ui.set_invisible()`

* Closes emilk#4327
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove set_enabled(true)

2 participants