fix the parent of the 'can close this window?' messages for tabs that aren't the frontmost tab
This commit is contained in:
parent
b78a1a8355
commit
a26eb340c8
|
@ -653,6 +653,9 @@ module browser threading seems wrong.
|
|||
(is-a? f -frame<%>))
|
||||
(send f set-color-status! valid?))))
|
||||
|
||||
(define/override (get-can-close-parent)
|
||||
(and tab (send tab get-frame)))
|
||||
|
||||
(inherit is-modified? run-after-edit-sequence)
|
||||
(define/override (set-modified mod?)
|
||||
(super set-modified mod?)
|
||||
|
|
Loading…
Reference in New Issue
Block a user