]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "ui.backend.cocoa.views: call super.prepareOpenGL()."
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 8 Aug 2017 20:29:59 +0000 (15:29 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 8 Aug 2017 20:29:59 +0000 (15:29 -0500)
This reverts commit 864912f446f173eca3cd1dc8154121eb6d119fe6.

This patch breaks the UI on 10.13

basis/ui/backend/cocoa/views/views.factor

index 49478dfb3286b1ed772b451e97ffeab0a1860fba..34785ac748fcd8ada51bcaddb80fe44478cc065c 100644 (file)
@@ -165,7 +165,6 @@ CONSTANT: selector>action H{
     COCOA-PROTOCOL: NSTextInput
 
     METHOD: void prepareOpenGL [
-        self SUPER-> prepareOpenGL
 
         self SEL: setWantsBestResolutionOpenGLSurface:
         -> respondsToSelector: c-bool> [