Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(container_window): remove
createWindowContainer
Having `createWindowContainer` in `QVTKRenderWindowInteractor` is causing segfaults. Instead, teach users to add ```python window_ = QtGui.QWindow.fromWinId(self.plotter.winId()) self.container = self.createWindowContainer(window_, self) ``` to their `MainWindow` class.
- Loading branch information