Example #1
0
 def update(self):
     QVTKWidget2.update(self)
     
     #Refresh the content, works around a bug on OS X
     self.paintGL()
Example #2
0
    def update(self):
        QVTKWidget2.update(self)

        #Refresh the content, works around a bug on OS X
        self.paintGL()