mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Cleanup
This commit is contained in:
@@ -75,7 +75,6 @@ impl Widget for Checkbox<'_> {
|
||||
|
||||
desired_size = desired_size.at_least(Vec2::splat(spacing.interact_size.y));
|
||||
desired_size.y = desired_size.y.max(icon_width);
|
||||
dbg!(desired_size);
|
||||
let (rect, mut response) = ui.allocate_exact_size(desired_size, Sense::click());
|
||||
|
||||
if response.clicked() {
|
||||
|
||||
Reference in New Issue
Block a user