mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 08:21:59 +02:00
Do not update time if top grid is invisible
This commit is contained in:
@@ -182,7 +182,7 @@ class ClapperRevealerTop extends CustomRevealer
|
||||
: Gtk.RevealerTransitionType.CROSSFADE;
|
||||
|
||||
/* Changing transition in middle can have dire consequences,
|
||||
so change only when not in transition */
|
||||
* so change only when not in transition */
|
||||
if(this.reveal_child === this.child_revealed)
|
||||
this.transition_type = this._requestedTransition;
|
||||
}
|
||||
|
Reference in New Issue
Block a user