Macro stepper: fixed prefix refresh on hiding policy change

svn: r5512

original commit: 25740b3224be4a91e673633a60d2b4c02e693fb9
This commit is contained in:
Ryan Culpepper 2007-01-30 22:37:20 +00:00
parent dd90b92c3d
commit 6a2575ac34

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)