mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4309 Offset text annotations label position slightly to make labels less likely to be obscured by grid
This commit is contained in:
@@ -77,7 +77,7 @@ RimTextAnnotation::RimTextAnnotation()
|
||||
m_nameProxy.xmlCapability()->disableIO();
|
||||
|
||||
m_anchorPointPickEventHandler.reset(new RicVec3dPickEventHandler(&m_anchorPointXyd));
|
||||
m_labelPointPickEventHandler.reset(new RicVec3dPickEventHandler(&m_labelPointXyd));
|
||||
m_labelPointPickEventHandler.reset(new RicVec3dPickEventHandler(&m_labelPointXyd, 0.1));
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user