[libhandy/tabs: 57/62] No resize delay for pinned
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libhandy/tabs: 57/62] No resize delay for pinned
- Date: Sat, 12 Sep 2020 19:27:45 +0000 (UTC)
commit d47c98fa40803305c6f8466f488b331f6b0236d2
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Fri Sep 11 19:16:49 2020 +0500
No resize delay for pinned
src/hdy-tab-box.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/hdy-tab-box.c b/src/hdy-tab-box.c
index 64d8ac8e..e70eb080 100644
--- a/src/hdy-tab-box.c
+++ b/src/hdy-tab-box.c
@@ -1531,7 +1531,7 @@ page_detached_cb (HdyTabBox *self,
force_end_reordering (self);
- if (self->hovering) {
+ if (self->hovering && !self->pinned) {
gboolean is_last = TRUE;
while (page_link) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]