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
This commit is contained in:
Batuhan Bozkurt 2009-01-10 03:07:48 +00:00
parent 90806c7ab3
commit b1416b5330

View file

@ -322,4 +322,6 @@ ScelDocument : Document{
prGetLastIndex {
^this.shouldNotImplement(thisMethod)
}
postColor_{
}
}