mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-14 03:37:38 -08:00
(gud-speedbar-buttons): Use shadow face for all out of scope components.
This commit is contained in:
parent
17007b970a
commit
cb0ea01ead
1 changed files with 3 additions and 2 deletions
|
|
@ -497,7 +497,7 @@ required by the caller."
|
|||
(if (or parent status 'out-of-scope)
|
||||
nil 'gdb-edit-value)
|
||||
nil
|
||||
(if (and status gdb-show-changed-values)
|
||||
(if (and (or parent status) gdb-show-changed-values)
|
||||
'shadow t)
|
||||
depth)
|
||||
(speedbar-make-tag-line
|
||||
|
|
@ -505,7 +505,8 @@ required by the caller."
|
|||
'gdb-speedbar-expand-node varnum
|
||||
(concat expr "\t" type)
|
||||
nil nil
|
||||
(if (and status gdb-show-changed-values) 'shadow t)
|
||||
(if (and (or parent status) gdb-show-changed-values)
|
||||
'shadow t)
|
||||
depth))))
|
||||
(setq var-list (cdr var-list))))
|
||||
(setq gdb-force-update nil)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue