Skip to content

Commit 0e8ed01

Browse files
rfindlerrmculpepper
authored andcommitted
unbreak check syntax
get-current-tab may not be the right tab to replay the trace, now that online expansion runs other tabs when the current tab is up to date. (cherry picked from commit 3e5a9ca)
1 parent df6eb1b commit 0e8ed01

File tree

1 file changed

+1
-1
lines changed
  • collects/drracket/private/syncheck

1 file changed

+1
-1
lines changed

collects/drracket/private/syncheck/gui.rkt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,7 @@ If the namespace does not, they are colored the unbound color.
15841584
(when (set-syncheck-running-mode bx)
15851585

15861586
;; reset any previous check syntax information
1587-
(let ([tab (get-current-tab)])
1587+
(let ([tab (send defs-text get-tab)])
15881588
(send tab syncheck:clear-error-message)
15891589
(send tab syncheck:clear-highlighting)
15901590
(send defs-text syncheck:reset-docs-im))

0 commit comments

Comments
 (0)