Merge branch 'master' of git://factorcode.org/git/factor
commit
a66b74764e
|
@ -126,6 +126,13 @@ CLASS: {
|
||||||
{ +name+ "FactorView" }
|
{ +name+ "FactorView" }
|
||||||
{ +protocols+ { "NSTextInput" } }
|
{ +protocols+ { "NSTextInput" } }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
! Rendering
|
||||||
|
! Rendering
|
||||||
|
{ "drawRect:" "void" { "id" "SEL" "id" "NSRect" }
|
||||||
|
[ 3drop window relayout-1 ]
|
||||||
|
}
|
||||||
|
|
||||||
! Events
|
! Events
|
||||||
{ "acceptsFirstMouse:" "bool" { "id" "SEL" "id" }
|
{ "acceptsFirstMouse:" "bool" { "id" "SEL" "id" }
|
||||||
[ 3drop 1 ]
|
[ 3drop 1 ]
|
||||||
|
|
Loading…
Reference in New Issue