mirror of
https://github.com/obsqrbtz/egui_knob.git
synced 2026-04-09 04:29:10 +03:00
do not display bounds
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user