mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-09 09:24:59 -04:00
More work on widegraph.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/jtms3@2497 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
@@ -261,6 +261,7 @@ void CPlotter::DrawOverlay() //DrawOverlay()
|
||||
|
||||
//draw tick marks on wideband (upper) scale
|
||||
pixperdiv = FreqPerDiv/df;
|
||||
qDebug() << w << m_hdivs << pixperdiv;
|
||||
for( int i=1; i<m_hdivs; i++) { //major ticks
|
||||
x = (int)( (float)i*pixperdiv );
|
||||
painter0.drawLine(x,18,x,30);
|
||||
|
||||
Reference in New Issue
Block a user