lol comments

This commit is contained in:
2025-11-20 23:06:59 -05:00
parent acd67179b7
commit 5aef8c2201
2 changed files with 0 additions and 4 deletions

View File

@@ -11,9 +11,6 @@ impl Widget for Span {
fn draw(&mut self, painter: &mut Painter) {
let total = self.len_sum(&mut painter.size_ctx());
let mut start = UiScalar::rel_min();
if painter.label() == "fricker" {
println!("redraw");
}
for child in &self.children {
let mut span = UiSpan::FULL;
span.start = start;