mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 04:42:28 -04:00
Set m_x=0 on a WideGraph resize event.
This commit is contained in:
parent
077b44f901
commit
f8b21ea5e6
@ -112,6 +112,7 @@ void CPlotter::resizeEvent(QResizeEvent* ) //resizeEvent()
|
|||||||
m_Percent2DScreen0 = m_Percent2DScreen;
|
m_Percent2DScreen0 = m_Percent2DScreen;
|
||||||
m_bResized = true;
|
m_bResized = true;
|
||||||
m_vpixperdiv = float(m_h2)/float(VERT_DIVS);
|
m_vpixperdiv = float(m_h2)/float(VERT_DIVS);
|
||||||
|
m_x=0;
|
||||||
}
|
}
|
||||||
DrawOverlay();
|
DrawOverlay();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user