Lower the priority of showing chapter popover

This commit is contained in:
Rafał Dzięgiel
2021-02-08 17:42:02 +01:00
parent 65b4df13a8
commit 5dbcb53385

2
src/controls.js vendored
View File

@@ -463,7 +463,7 @@ class ClapperControls extends Gtk.Box
debug(`changing chapter visibility to: ${isVisible}`); debug(`changing chapter visibility to: ${isVisible}`);
this[`chapter${type}Id`] = GLib.idle_add( this[`chapter${type}Id`] = GLib.idle_add(
GLib.PRIORITY_DEFAULT_IDLE, GLib.PRIORITY_DEFAULT_IDLE + 20,
() => { () => {
if(isVisible) { if(isVisible) {
const [start, end] = this.positionScale.get_slider_range(); const [start, end] = this.positionScale.get_slider_range();