mvlabat / bevy_egui

This crate provides an Egui integration for the Bevy game engine. 🇺🇦 Please support the Ukrainian army: https://savelife.in.ua/en/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some text jittering up and down inside button and label.

Selene-Amanita opened this issue · comments

See the video bellow:

jittery-text.mp4
  • 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)