mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-24 13:08:34 -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_bResized = true;
|
||||
m_vpixperdiv = float(m_h2)/float(VERT_DIVS);
|
||||
m_x=0;
|
||||
}
|
||||
DrawOverlay();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user