GNU bug report logs -
#50424
27.2; Tab bar button mouse face not clearing entirely
Previous Next
Reported by: Po Lu <luangruo <at> yahoo.com>
Date: Mon, 6 Sep 2021 08:14:02 UTC
Severity: normal
Tags: fixed
Found in version 27.2
Fixed in version 28.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> If we want the default value of tab-bar-button-margin to be a cons
> cell, let's change the default value to be a cons cell, it's not more
> complicated than setting it to a scalar, even in C. But tab-bar.el
> should use in its image specs the exact value of
> tab-bar-button-margin, it cannot decide to change it behind the back
> of the caller.
I tried a cons cell, but it looks ugly for buttons other than the close button.
OTOH, margin 1 looks nice for all buttons:
diff --git a/src/dispextern.h b/src/dispextern.h
index f4c7575b35..6aefe43e19 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -3202,7 +3202,7 @@ #define IMAGE_CACHE_BUCKETS_SIZE 1001
/* Default values of the above variables. */
-#define DEFAULT_TAB_BAR_BUTTON_MARGIN 4
+#define DEFAULT_TAB_BAR_BUTTON_MARGIN 1
#define DEFAULT_TAB_BAR_BUTTON_RELIEF 1
This bug report was last modified 3 years and 288 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.