Remove debugging messages
parent
a90434696d
commit
424ced9e2d
|
@ -115,10 +115,10 @@ scroller H{
|
||||||
|
|
||||||
: update-scroller ( scroller follows -- )
|
: update-scroller ( scroller follows -- )
|
||||||
{
|
{
|
||||||
{ [ dup t eq? ] [ drop (scroll>bottom) "A" drop ] }
|
{ [ dup t eq? ] [ drop (scroll>bottom) ] }
|
||||||
{ [ dup rect? ] [ swap (scroll>rect) "B" drop ] }
|
{ [ dup rect? ] [ swap (scroll>rect) ] }
|
||||||
{ [ dup ] [ swap (scroll>gadget) "C" drop ] }
|
{ [ dup ] [ swap (scroll>gadget) ] }
|
||||||
{ [ t ] [ drop dup scroller-value swap scroll "D" drop ] }
|
{ [ t ] [ drop dup scroller-value swap scroll ] }
|
||||||
} cond ;
|
} cond ;
|
||||||
|
|
||||||
M: scroller layout*
|
M: scroller layout*
|
||||||
|
|
Loading…
Reference in New Issue