ui.tools.browser.popups: fix hand-loc get-global.

db4
John Benediktsson 2012-09-21 18:42:00 -07:00
parent a32ac00389
commit ea276574c5
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;