Bump to verison 56.10

This commit is contained in:
Artyom Zorin
2024-09-09 17:46:17 +01:00
parent 2a447787a5
commit d396f3af52
2 changed files with 13 additions and 3 deletions
+6
View File
@@ -1,3 +1,9 @@
gnome-shell-extension-zorin-taskbar (56.10) jammy; urgency=medium
* Bug fix for window previews
-- Artyom Zorin <azorin@zoringroup.com> Mon, 09 Sep 2024 17:44:12 +0100
gnome-shell-extension-zorin-taskbar (56.9) jammy; urgency=medium
* Increased window preview leave timeout to 250ms
+7 -3
View File
@@ -386,9 +386,13 @@ var PreviewMenu = GObject.registerClass({
_onHoverChanged() {
this._endOpenCloseTimeouts();
if (this.currentAppIcon && !this.menu.hover) {
this._addCloseTimeout();
this._endPeek();
if (this.currentAppIcon) {
this.menu.sync_hover(); // See dash-to-panel issue #2169
if (!this.menu.hover) {
this._addCloseTimeout();
this._endPeek();
}
}
}