# HG changeset patch # User Santeri Piippo # Date 1382134931 -10800 # Node ID 37d5da2f188e047b12b1badcbb6fcc932534ca4e # Parent 63135a8abd414c59f6a5a27326a1a468f7990d25 initialize GLRenderer::m_hoverpos to (0, 0, 0) diff -r 63135a8abd41 -r 37d5da2f188e src/gldraw.cpp --- a/src/gldraw.cpp Sat Oct 19 01:15:57 2013 +0300 +++ b/src/gldraw.cpp Sat Oct 19 01:22:11 2013 +0300 @@ -111,6 +111,7 @@ setDrawOnly (false); setMessageLog (null); m_width = m_height = -1; + m_hoverpos = g_origin; m_toolTipTimer = new QTimer (this); m_toolTipTimer->setSingleShot (true);