mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-15 23:48:31 +00:00
fixed examples issue
This commit is contained in:
parent
8642508f6a
commit
b26243293b
@ -19,7 +19,7 @@ fn main() {
|
||||
|
||||
ui.separator();
|
||||
ui.text("This progress bar uses overlay text:");
|
||||
ProgressBar::new_with_overlay(0.8, "Lorem ipsum").build(ui);
|
||||
ProgressBar::new(0.8).overlay_text("Lorem ipsum").build(ui);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user