Fix some Cocoa UI issues
parent
e0f11d29ea
commit
fd5af90cb3
|
@ -297,7 +297,7 @@ CLASS: {
|
|||
{ "updateFactorGadgetSize:" "void" { "id" "SEL" "id" }
|
||||
[
|
||||
[
|
||||
2drop dup view-dim swap window set-gadget-dim
|
||||
2drop dup view-dim swap window set-gadget-dim yield
|
||||
] ui-try
|
||||
]
|
||||
}
|
||||
|
|
|
@ -119,7 +119,8 @@ SYMBOL: drag-timer
|
|||
|
||||
: stop-drag-timer ( -- )
|
||||
hand-buttons get-global empty? [
|
||||
drag-timer get-global box> cancel-alarm
|
||||
drag-timer get-global ?box
|
||||
[ cancel-alarm ] [ drop ] if
|
||||
] when ;
|
||||
|
||||
: fire-motion ( -- )
|
||||
|
|
Loading…
Reference in New Issue