ui.tools.browser.popups: fix hand-loc get-global.
parent
a32ac00389
commit
ea276574c5
|
@ -44,7 +44,7 @@ SLOT: model
|
|||
|
||||
: show-links-popup ( browser-gadget quot title -- )
|
||||
[ dup model>> ] 2dip <links-popup>
|
||||
[ hand-loc get point>rect show-glass ] [ request-focus ] bi ; inline
|
||||
[ hand-loc get-global point>rect show-glass ] [ request-focus ] bi ; inline
|
||||
|
||||
: com-show-outgoing-links ( browser-gadget -- )
|
||||
[ uses ] "Outgoing links" show-links-popup ;
|
||||
|
|
Loading…
Reference in New Issue