mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#395) Make sure the update() virtual function is called from camera related functions
This commit is contained in:
@@ -74,7 +74,8 @@ public:
|
||||
void updateNavigationPolicy();
|
||||
|
||||
|
||||
virtual void update(); // Override of caf::Viewer::update()
|
||||
virtual void update(); // Override of caf::Viewer::update()
|
||||
void issueBaseClassUpdate();
|
||||
|
||||
public slots:
|
||||
virtual void slotSetCurrentFrame(int frameIndex);
|
||||
@@ -86,7 +87,6 @@ private:
|
||||
void mouseReleaseEvent(QMouseEvent* event);
|
||||
void mousePressEvent(QMouseEvent* event);
|
||||
|
||||
void issueBaseClassUpdate();
|
||||
|
||||
QLabel* m_InfoLabel;
|
||||
QLabel* m_versionInfoLabel;
|
||||
|
||||
Reference in New Issue
Block a user