www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 6a2575ac34aacbe1739b64cd5812aa80f814df3b
parent dd90b92c3d45c9f7671c4a9c2442ab959d492183
Author: Ryan Culpepper <ryanc@racket-lang.org>
Date:   Tue, 30 Jan 2007 22:37:20 +0000

Macro stepper: fixed prefix refresh on hiding policy change

svn: r5512

original commit: 25740b3224be4a91e673633a60d2b4c02e693fb9

Diffstat:
Mcollects/macro-debugger/view/hiding-panel.ss | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/collects/macro-debugger/view/hiding-panel.ss b/collects/macro-debugger/view/hiding-panel.ss @@ -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)