]> gitweb.factorcode.org Git - factor.git/commitdiff
ui.backend.cocoa.views: spacing.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 29 Mar 2013 21:47:53 +0000 (14:47 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 29 Mar 2013 21:47:53 +0000 (14:47 -0700)
basis/ui/backend/cocoa/views/views.factor

index faa9c24b8461e6f2088cd26e028d9d8732d7c701..f22f9ccb50aa1408e3c3e391ab6a0e52d9cc9f9d 100644 (file)
@@ -152,6 +152,7 @@ CLASS: FactorView < NSOpenGLView NSTextInput
     METHOD: void prepareOpenGL [
 
         os-version { 10 7 0 } after=? [
+
             self "setWantsBestResolutionOpenGLSurface:"
             selector/sender 1 swap execute( x x x -- )
 
@@ -160,6 +161,7 @@ CLASS: FactorView < NSOpenGLView NSTextInput
             dup 1.0 > [
                 gl-scale-factor set-global t retina? set-global
             ] [ drop ] if
+
         ] when
     ]