mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#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:
@@ -175,6 +175,7 @@ private:
|
||||
QLabel* m_zScaleLabel;
|
||||
bool m_showZScaleLabel;
|
||||
bool m_hideZScaleCheckbox;
|
||||
double m_zScale;
|
||||
|
||||
caf::QStyledProgressBar* m_animationProgress;
|
||||
bool m_showAnimProgress;
|
||||
|
||||
Reference in New Issue
Block a user