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
egui = {version = "0.31.0", features = ["persistence", "serde"]}
eframe = { version = "0.31.0", default-features = false, features = [
"default_fonts",
"glow",
"persistence",
"wayland",
] }
Problem:
The following egui::Window code does not auto-resize to its content correctly. Instead, it retains an incorrect size for example if I enter very long number in egui::DragValue and then clear it to default short one
I am using the following dependencies on the web:
Problem:
The following egui::Window code does not auto-resize to its content correctly. Instead, it retains an incorrect size for example if I enter very long number in egui::DragValue and then clear it to default short one
The text was updated successfully, but these errors were encountered: