Fixes #33 - ui.gadgets.glass had a scoping issue, so text selection would stop working after opening a popup

db4
Slava Pestov 2011-08-27 17:14:56 -07:00
parent 1f4da36b4b
commit fd08f9ad8f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ PRIVATE>
: show-glass ( owner child visible-rect -- )
<glass>
dup gadget-child hand-clicked set
dup gadget-child hand-clicked set-global
dup owner>> find-world add-glass ;
\ glass H{