mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
Various small improvements
This commit is contained in:
@@ -59,7 +59,7 @@ impl State {
|
||||
|
||||
region.set_align(Align::Min);
|
||||
region.add_label("WebGl painter info:");
|
||||
region.indent(Id::new(&"webgl region"), |region| {
|
||||
region.indent(Id::new("webgl region"), |region| {
|
||||
region.add_label(self.webgl_painter.debug_info());
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user