mirror of
https://github.com/zoriya/ags.git
synced 2026-06-02 10:45:15 +00:00
setValue instead of set_value
This commit is contained in:
@@ -396,6 +396,6 @@ export function ProgressBar({ type, inverted, orientation, ...rest }) {
|
||||
inverted,
|
||||
});
|
||||
|
||||
bar.set_value = v => bar.set_fraction(v/100);
|
||||
bar.setValue = v => bar.set_fraction(v/100);
|
||||
return bar;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user