.
original commit: fff712353ba14562938b83d4ad1eddde2ca5528c
This commit is contained in:
parent
950c0afdbf
commit
ca8ad52774
|
@ -622,7 +622,7 @@
|
|||
(error 'draw-test "shouldn't have been a clipping region"))
|
||||
(let*-values ([(x y w h) (send r get-bounding-box)]
|
||||
[(l) (list x y w h)])
|
||||
(unless (equal? l
|
||||
(unless (andmap = l
|
||||
(case clip
|
||||
[(rect) '(100. -25. 10. 400.)]
|
||||
[(poly circle poly-rect) '(0. 60. 180. 180.)]
|
||||
|
|
|
@ -631,7 +631,7 @@ begin-busy-cursor end-busy-cursor is-busy-cursor?
|
|||
bell
|
||||
label->plain-label
|
||||
get-resource write-resource
|
||||
yield flush-display
|
||||
yield sleep/yield flush-display
|
||||
get-face-list - formerly wx:get-font-list
|
||||
|
||||
find-graphical-system-path - formerly wx:find-path
|
||||
|
|
Loading…
Reference in New Issue
Block a user