ui.gadgets.frames: default filled-cell to { 0 0 }.

handle-patch-and-put
John Benediktsson 2018-09-12 07:01:23 -07:00
parent 91b17cb28b
commit b246c06345
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ USING: accessors fry kernel math math.order sequences ui.gadgets
ui.gadgets.grids ui.gadgets.grids.private ;
IN: ui.gadgets.frames
TUPLE: frame < grid filled-cell ;
TUPLE: frame < grid { filled-cell initial: { 0 0 } } ;
<PRIVATE