Fix display problems on Linux

This commit is contained in:
Gaute Lindkvist
2018-11-27 17:04:55 +01:00
parent 6f9cac7201
commit f2c7f2ce80
4 changed files with 18 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ class RiuViewer : public caf::Viewer, public RiuInterfaceToViewWindow
public:
RiuViewer(const QGLFormat& format, QWidget* parent);
~RiuViewer() override;
void clearRimView();
void setDefaultView();
cvf::Vec3d pointOfInterest();
void setPointOfInterest(cvf::Vec3d poi);