From 5bfb0135ef5d344409969ec4295d1029b89f7f3c Mon Sep 17 00:00:00 2001 From: drowe67 Date: Thu, 11 Oct 2012 23:29:14 +0000 Subject: [PATCH] added setColour to prevent bombing on Linux git-svn-id: https://svn.code.sf.net/p/freetel/code@743 01035d8c-6547-0410-b346-abe4f91aad63 --- fdmdv2/src/fdmdv2_plot_waterfall.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fdmdv2/src/fdmdv2_plot_waterfall.cpp b/fdmdv2/src/fdmdv2_plot_waterfall.cpp index 444c2d46..9f47572a 100644 --- a/fdmdv2/src/fdmdv2_plot_waterfall.cpp +++ b/fdmdv2/src/fdmdv2_plot_waterfall.cpp @@ -248,10 +248,12 @@ void PlotWaterfall::drawGraticule(wxAutoBufferedPaintDC& pDC) { int p; char buf[15]; + wxString s; wxBrush ltGraphBkgBrush; ltGraphBkgBrush.SetStyle(wxBRUSHSTYLE_TRANSPARENT); + ltGraphBkgBrush.SetColour(*wxBLACK); pDC.SetBrush(ltGraphBkgBrush); pDC.SetPen(wxPen(BLACK_COLOR, 1)); -- 2.25.1