Fixes #33 - ui.gadgets.glass had a scoping issue, so text selection would stop working after opening a popup
parent
1f4da36b4b
commit
fd08f9ad8f
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue