mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
add comment
This commit is contained in:
parent
273d41d577
commit
a145ea4b6d
@ -80,6 +80,7 @@ impl Request {
|
|||||||
// Animate
|
// Animate
|
||||||
if *progress.fraction.borrow() > widget.progress_fraction() {
|
if *progress.fraction.borrow() > widget.progress_fraction() {
|
||||||
widget.set_progress_fraction(
|
widget.set_progress_fraction(
|
||||||
|
// Currently, here is no outrange validation, seems that wrapper make this work @TODO
|
||||||
widget.progress_fraction() + PROGRESS_ANIMATION_STEP,
|
widget.progress_fraction() + PROGRESS_ANIMATION_STEP,
|
||||||
);
|
);
|
||||||
return ControlFlow::Continue;
|
return ControlFlow::Continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user