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:
parent
90806c7ab3
commit
b1416b5330
1 changed files with 2 additions and 0 deletions
|
@ -322,4 +322,6 @@ ScelDocument : Document{
|
|||
prGetLastIndex {
|
||||
^this.shouldNotImplement(thisMethod)
|
||||
}
|
||||
postColor_{
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue