Remove redundant t >>fill? calls
parent
634435d816
commit
9a1d324342
|
@ -24,7 +24,7 @@ CONSTANT: @bottom-right { 2 2 }
|
|||
"labeled-block-" prepend theme-image ;
|
||||
|
||||
: labeled-icon ( name -- icon )
|
||||
labeled-image <icon> dup interior>> t >>fill? drop ;
|
||||
labeled-image <icon> ;
|
||||
|
||||
CONSTANT: labeled-title-background
|
||||
T{ rgba f
|
||||
|
|
|
@ -11,8 +11,7 @@ TUPLE: tabbed-gadget < track tabs book ;
|
|||
<PRIVATE
|
||||
|
||||
: <lip> ( -- gadget )
|
||||
"active-tab-lip" theme-image <icon>
|
||||
dup interior>> t >>fill? drop ;
|
||||
"active-tab-lip" theme-image <icon> ;
|
||||
|
||||
CONSTANT: active-tab-background
|
||||
T{ rgba
|
||||
|
|
Loading…
Reference in New Issue