]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/gadgets/panes/panes.factor
factor: put inline on same line as ; for experimentation
[factor.git] / basis / ui / gadgets / panes / panes.factor
index 27d231a01b3ed83790e3d61cdf0365db89ecc1ce..6ebf4930556fd559b0e2a63a3caffbac44a5b1d4 100644 (file)
@@ -270,8 +270,7 @@ TUPLE: nested-pane-stream < pane-stream style parent ;
 : new-nested-pane-stream ( style parent class -- stream )
     new
         swap >>parent
-        swap <pane> apply-wrap-style [ >>style ] [ >>pane ] bi* ;
-    inline
+        swap <pane> apply-wrap-style [ >>style ] [ >>pane ] bi* ; inline
 
 : unnest-pane-stream ( stream -- child parent )
     [ [ style>> ] [ pane>> smash-pane ] bi style-pane ] [ parent>> ] bi ;