ui.backend.cocoa.views: spacing.
parent
fe952b2f8e
commit
39dc58a5a8
|
@ -152,6 +152,7 @@ CLASS: FactorView < NSOpenGLView NSTextInput
|
||||||
METHOD: void prepareOpenGL [
|
METHOD: void prepareOpenGL [
|
||||||
|
|
||||||
os-version { 10 7 0 } after=? [
|
os-version { 10 7 0 } after=? [
|
||||||
|
|
||||||
self "setWantsBestResolutionOpenGLSurface:"
|
self "setWantsBestResolutionOpenGLSurface:"
|
||||||
selector/sender 1 swap execute( x x x -- )
|
selector/sender 1 swap execute( x x x -- )
|
||||||
|
|
||||||
|
@ -160,6 +161,7 @@ CLASS: FactorView < NSOpenGLView NSTextInput
|
||||||
dup 1.0 > [
|
dup 1.0 > [
|
||||||
gl-scale-factor set-global t retina? set-global
|
gl-scale-factor set-global t retina? set-global
|
||||||
] [ drop ] if
|
] [ drop ] if
|
||||||
|
|
||||||
] when
|
] when
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue