From: wittend99 Date: Mon, 22 Oct 2012 15:09:37 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@788 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=26ead0c6a77023f6a82cf78126a54e3b3168fcb4;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@788 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/fdmdv2/src/fdmdv2_plot_waterfall.cpp b/fdmdv2/src/fdmdv2_plot_waterfall.cpp index 38ec1faf..7a9c8c3c 100644 --- a/fdmdv2/src/fdmdv2_plot_waterfall.cpp +++ b/fdmdv2/src/fdmdv2_plot_waterfall.cpp @@ -186,7 +186,7 @@ void PlotWaterfall::draw(wxAutoBufferedPaintDC& pDC) if(m_newdata) { m_newdata = false; - plotPixelData(pDC); + //plotPixelData(pDC); //#ifdef _USE_TIMER int t = m_rPlot.GetTop(); int l = m_rPlot.GetLeft(); @@ -196,9 +196,9 @@ void PlotWaterfall::draw(wxAutoBufferedPaintDC& pDC) int w2 = w - 1; int ht = (h - DATA_LINE_HEIGHT); - //drawData(); // m_mDC, PLOT_BOTTOM); + drawData(); // m_mDC, PLOT_BOTTOM); m_mDC.StretchBlit(l, t2, w2, ht, &m_mDC, l, t2 + DATA_LINE_HEIGHT, w2, ht - 2); -// pDC.Blit(l, t, w, h, &m_mDC, l, t); // Scroll Up from Bottom + // pDC.Blit(l, t, w, h, &m_mDC, l, t); // Scroll Up from Bottom pDC.StretchBlit(l, (h - t) + 4, w, (-h) + 4, &m_mDC, l, t, w, h); // Scroll Down from top //#endif drawGraticule(pDC);