mirror of
https://github.com/obsqrbtz/egui_knob.git
synced 2026-04-08 20:19:17 +03:00
do not display bounds
This commit is contained in:
@@ -178,8 +178,8 @@ impl Widget for Knob<'_> {
|
||||
);
|
||||
}
|
||||
|
||||
// Draw the boundary rectangle
|
||||
painter.rect_stroke(rect, 0.0, Stroke::new(1.0, Color32::RED));
|
||||
// Draw the bounding rect
|
||||
//painter.rect_stroke(rect, 0.0, Stroke::new(1.0, Color32::RED));
|
||||
|
||||
response
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user