diff --git a/plotter.cpp b/plotter.cpp index 05494aac5..b234b683e 100644 --- a/plotter.cpp +++ b/plotter.cpp @@ -71,9 +71,10 @@ void CPlotter::resizeEvent(QResizeEvent* ) //resizeEvent() m_OverlayPixmap.fill(Qt::black); m_WaterfallPixmap.fill(Qt::black); m_2DPixmap.fill(Qt::black); - m_ScalePixmap = QPixmap(m_w,m_h2); + m_ScalePixmap = QPixmap(m_w,30); m_ScalePixmap.fill(Qt::white); m_Percent2DScreen0 = m_Percent2DScreen; + qDebug() << "a" << m_h1 << m_h2 << m_h; } DrawOverlay(); }