From e503850f21aab20234f580c9e14c7e3764383e80 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 18 Feb 2013 10:31:44 -0600 Subject: [PATCH] fix the c:x;n keybinding when used with online check syntax info (and perhaps other parts of online check syntax) --- collects/drracket/private/syncheck/gui.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/collects/drracket/private/syncheck/gui.rkt b/collects/drracket/private/syncheck/gui.rkt index 91fbfd3edd..49c52afd8b 100644 --- a/collects/drracket/private/syncheck/gui.rkt +++ b/collects/drracket/private/syncheck/gui.rkt @@ -1708,6 +1708,7 @@ If the namespace does not, they are colored the unbound color. (send defs-text syncheck:update-blue-boxes) (send defs-text syncheck:update-drawn-arrows) (send (send defs-text get-tab) remove-bkg-running-color 'syncheck) + (send defs-text syncheck:sort-bindings-table) (set-syncheck-running-mode #f)] [(and (i . > . 0) ;; check i just in case things are really strange (20 . <= . (- (current-inexact-milliseconds) start-time)))