mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-22 13:38:26 -05:00
Remove diagnostic print.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6162 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
55786566fd
commit
b5033c6de1
@ -74,7 +74,6 @@ void CPlotter::resizeEvent(QResizeEvent* ) //resizeEvent()
|
||||
m_ScalePixmap = QPixmap(m_w,30);
|
||||
m_ScalePixmap.fill(Qt::white);
|
||||
m_Percent2DScreen0 = m_Percent2DScreen;
|
||||
qDebug() << "a" << m_h1 << m_h2 << m_h;
|
||||
}
|
||||
DrawOverlay();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user