#4981 Fix well target manipulators not responding

Moved z scale change notification to method setting zscale for label
Was always done, and recreated target manipulators at first mousemove
Avoid updating cached values in scene on repeated calls to show gridbox
This commit is contained in:
Jacob Støren
2019-11-04 17:11:31 +01:00
parent c6e4641725
commit 3c3c207bbc
2 changed files with 12 additions and 5 deletions

View File

@@ -175,6 +175,7 @@ private:
QLabel* m_zScaleLabel;
bool m_showZScaleLabel;
bool m_hideZScaleCheckbox;
double m_zScale;
caf::QStyledProgressBar* m_animationProgress;
bool m_showAnimProgress;