mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-22 05:51:11 -07:00
(build_desired_tool_bar_string): Accept zero
tool_bar_button_relief.
This commit is contained in:
parent
c9be79b040
commit
9f864bf9a3
1 changed files with 1 additions and 1 deletions
|
|
@ -7603,7 +7603,7 @@ build_desired_tool_bar_string (f)
|
|||
plist = Fcopy_sequence (XCDR (image));
|
||||
|
||||
/* Compute margin and relief to draw. */
|
||||
relief = (tool_bar_button_relief > 0
|
||||
relief = (tool_bar_button_relief >= 0
|
||||
? tool_bar_button_relief
|
||||
: DEFAULT_TOOL_BAR_BUTTON_RELIEF);
|
||||
hmargin = vmargin = relief;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue