improved tab switching when the contour window is open
svn: r12352 original commit: 4e623ef655ccc4e9f56281f2fa77e6243bdb128b
This commit is contained in:
parent
c07d9d3851
commit
f59d9ef1fc
|
@ -46,8 +46,8 @@
|
|||
(send (get-top-level-window) set-info-canvas (and on? this))
|
||||
(when on?
|
||||
(send (get-top-level-window) update-info)))
|
||||
(define/override (set-editor m)
|
||||
(super set-editor m)
|
||||
(define/override (set-editor m [redraw? #t])
|
||||
(super set-editor m redraw?)
|
||||
(let ([tlw (get-top-level-window)])
|
||||
(when (eq? this (send tlw get-info-canvas))
|
||||
(send tlw update-info))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user