fix bug in recent tooltip-related commit
This commit is contained in:
parent
9298353e90
commit
4ba1c119d4
|
@ -34,7 +34,6 @@
|
||||||
(super show on?))
|
(super show on?))
|
||||||
|
|
||||||
(define/public (show-over x y w h #:prefer-upper-left? [prefer-upper-left? #f])
|
(define/public (show-over x y w h #:prefer-upper-left? [prefer-upper-left? #f])
|
||||||
(send timer start 200 #f)
|
|
||||||
(reflow-container)
|
(reflow-container)
|
||||||
(define mw (get-width))
|
(define mw (get-width))
|
||||||
(define mh (get-height))
|
(define mh (get-height))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user