do not display bounds

This commit is contained in:
2025-02-03 16:25:41 +03:00
parent 421dd3ff60
commit 26ab08e7d5

View File

@@ -178,8 +178,8 @@ impl Widget for Knob<'_> {
); );
} }
// Draw the boundary rectangle // Draw the bounding rect
painter.rect_stroke(rect, 0.0, Stroke::new(1.0, Color32::RED)); //painter.rect_stroke(rect, 0.0, Stroke::new(1.0, Color32::RED));
response response
} }