mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 16:31:58 +02:00
Fill position scale to the very end
This commit is contained in:
@@ -372,7 +372,7 @@ class ClapperInterface extends Gtk.Grid
|
|||||||
? 1
|
? 1
|
||||||
: duration / 100;
|
: duration / 100;
|
||||||
|
|
||||||
this.controls.positionAdjustment.set_upper(duration);
|
this.controls.positionAdjustment.set_upper(Math.floor(duration));
|
||||||
this.controls.positionAdjustment.set_step_increment(increment);
|
this.controls.positionAdjustment.set_step_increment(increment);
|
||||||
this.controls.positionAdjustment.set_page_increment(increment);
|
this.controls.positionAdjustment.set_page_increment(increment);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user