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
text jittering/shaking up and down inside a button, or a label
the buttons themselves don't jitter, only the text inside
only the text of some of the buttons/label jitters, not all of them
scrolling down make the jittering stop, bringing the scrolling bar to the very top triggers it again
we can open this window in two contexts (bevy state) and for me it happens only in one of them, but it's consistent (it always happens in that context even if I reload the game, change bevy state, switch to bevy 0.11.0, and resize the bewy window). The egui window is supposed to be exactly the same in those two contexts.
for @ickk it may not be consistent, apparently it changes on reload?
@ickk had to change the size of the (bevy) window to trigger it, for me it was just like this
not sure if it's a problem with our code (we think it's unlikely, the state shouldn't change), bevy_egui or egui, but we're using:
bevy 0.11.1
bevy_egui 0.21.0
egui 0.22.0
bevy-egui-kbgp 0.14.0
bevy-inspector-egui 0.19.0 (probably not relevant at all but just in case)
The text was updated successfully, but these errors were encountered:
See the video bellow:
jittery-text.mp4
bevy_egui
oregui
, but we're using:The text was updated successfully, but these errors were encountered: