Macro stepper: fixed prefix refresh on hiding policy change

svn: r5512
This commit is contained in:
Ryan Culpepper 2007-01-30 22:37:20 +00:00
parent d76d947d93
commit 25740b3224

View File

@ -103,7 +103,7 @@
;; refresh
(define/public (refresh)
(when (send config get-macro-hiding?)
(send stepper refresh)))
(send stepper refresh/resynth-prefix)))
;; force-refresh
(define/private (force-refresh)