Refresh position time on startup

This commit is contained in:
Rafostar
2020-10-15 18:13:43 +02:00
parent fa07c4532c
commit 04abecf511

View File

@@ -377,6 +377,7 @@ class ClapperInterface extends Gtk.Grid
this.controls.positionAdjustment.set_page_increment(increment); this.controls.positionAdjustment.set_page_increment(increment);
this.controls.durationFormated = this.controls._getFormatedTime(duration); this.controls.durationFormated = this.controls._getFormatedTime(duration);
this.controls._onPositionScaleValueChanged();
} }
_onPlayerPositionUpdated(player, position) _onPlayerPositionUpdated(player, position)