From 5dbcb533852aa49e8e025e90736d6885fec99470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Mon, 8 Feb 2021 17:42:02 +0100 Subject: [PATCH] Lower the priority of showing chapter popover --- src/controls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controls.js b/src/controls.js index 308d5b12..377f830a 100644 --- a/src/controls.js +++ b/src/controls.js @@ -463,7 +463,7 @@ class ClapperControls extends Gtk.Box debug(`changing chapter visibility to: ${isVisible}`); this[`chapter${type}Id`] = GLib.idle_add( - GLib.PRIORITY_DEFAULT_IDLE, + GLib.PRIORITY_DEFAULT_IDLE + 20, () => { if(isVisible) { const [start, end] = this.positionScale.get_slider_range();