Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow changing ProgressBar fill color #2618

Merged
merged 2 commits into from
Jan 23, 2023
Merged

Allow changing ProgressBar fill color #2618

merged 2 commits into from
Jan 23, 2023

Conversation

Uriopass
Copy link
Contributor

@Uriopass Uriopass commented Jan 23, 2023

Here's with the demo with

        let progress_bar = egui::ProgressBar::new(progress)
            .fill(egui::Color32::from_rgb(0, 100, 0))
            .show_percentage()
            .animate(*animate_progress_bar);

image
image

@Uriopass
Copy link
Contributor Author

Uriopass commented Jan 23, 2023

The CI failure doesn't look related to this PR :/

failures:

---- src/ui.rs - ui::Ui::menu_image_button (line 2166) stdout ----
error: couldn't read src/rss.svg: No such file or directory (os error 2)
Error:  --> src/ui.rs:2171:5
  |
8 |     include_bytes!("rss.svg"),
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0432]: unresolved import `egui_extras`
Error:  --> src/ui.rs:2167:5
  |
4 | use egui_extras;
  |     ^^^^^^^^^^^ no external crate `egui_extras`

error[E0433]: failed to resolve: use of undeclared crate or module `egui_extrasRetainedImage`
Error:  --> src/ui.rs:2169:11
  |
6 | let img = egui_extrasRetainedImage::from_svg_bytes_with_size(
  |           ^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `egui_extrasRetainedImage`

error[E0425]: cannot find value `ui` in this scope
Error:   --> src/ui.rs:[217](https://github.com/emilk/egui/actions/runs/3985584382/jobs/6833804530#step:11:218)5:1
   |
12 | ui.menu_image_button(img.texture_id(ctx), img.size_vec2(), |ui| {
   | ^^ not found in this scope

error[E0425]: cannot find value `ctx` in this scope
Error:   --> src/ui.rs:2175:37
   |
12 | ui.menu_image_button(img.texture_id(ctx), img.size_vec2(), |ui| {
   |                                     ^^^ not found in this scope

@emilk emilk merged commit 518b4f4 into emilk:master Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants