Replies: 1 comment 3 replies
-
How is the maze drawn? The yellow walls do not override the side panel, just the background color/background clear do override. I do not have this issue personally and the code to replicate the issue is not provided. So I can only guess, but I will guess there is a bug in the maze drawing code. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I’m new to egui and was trying out some stuff.
I’m trying to create a simple app that draws a maze in a central panel, and then adds a bunch of config options on a side panel.
From what I’ve read here I must put the central panel last:
The thing is, when the content of the central panel overlaps on the side panel, it just overwrites all the text.
If I set the central panel first and then draw the side panel, it works.
Thus, I’m wondering:
Screen.Recording.2024-04-23.at.18.22.18.mov
Beta Was this translation helpful? Give feedback.
All reactions