Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberDex committed Nov 5, 2023
1 parent 8c43c0b commit daba9c8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/SliderBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,13 @@ export class SliderBase extends ProgressBar
{
super(options);

this.setBackground(options.bg);

if (options.fill)
{
this.setFill(options.fill, options.fillPaddings);
}

this.settings = options;

this.slider1 = options.slider1;
this.slider2 = options.slider2;

this.min = options.min ?? 0;
this.max = options.max ?? 100;

this.activateBG();
}

/**
Expand Down

0 comments on commit daba9c8

Please sign in to comment.