From b1416b5330e18e825e6b9b8f3fffbe0883640602 Mon Sep 17 00:00:00 2001 From: Batuhan Bozkurt Date: Sat, 10 Jan 2009 03:07:48 +0000 Subject: [PATCH] Added .postColor_ method to Document that changes the pen color for printing to post window. git-svn-id: https://supercollider.svn.sourceforge.net/svnroot/supercollider/trunk@8482 a380766d-ff14-0410-b294-a243070f3f08 --- sc/ScelDocument.sc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sc/ScelDocument.sc b/sc/ScelDocument.sc index a97fc8e..be58def 100644 --- a/sc/ScelDocument.sc +++ b/sc/ScelDocument.sc @@ -322,4 +322,6 @@ ScelDocument : Document{ prGetLastIndex { ^this.shouldNotImplement(thisMethod) } + postColor_{ + } } \ No newline at end of file