mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Refresh position time on startup
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user