Skip to content
Snippets Groups Projects
  • Studer Gabriel's avatar
    2f15832d
    use QOpenGLWindow instead of QOpenGLWidget · 2f15832d
    Studer Gabriel authored
    Reason for that is that the latter does not support stereo rendering.
    
    Two features have been removed in the process:
    
     - CopyToClipboard: copy the current selection on the screen to the
                        clipboard. In the current implementation, this
                        was broken anyway and did nothing.
     - QGesture Support: Requires further investigation whether we need that
                         anywhere. Maybe DTB...
    2f15832d
    History
    use QOpenGLWindow instead of QOpenGLWidget
    Studer Gabriel authored
    Reason for that is that the latter does not support stereo rendering.
    
    Two features have been removed in the process:
    
     - CopyToClipboard: copy the current selection on the screen to the
                        clipboard. In the current implementation, this
                        was broken anyway and did nothing.
     - QGesture Support: Requires further investigation whether we need that
                         anywhere. Maybe DTB...