summaryrefslogtreecommitdiff
path: root/ham/linpsk/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'ham/linpsk/patches/patch-ai')
-rw-r--r--ham/linpsk/patches/patch-ai13
1 files changed, 9 insertions, 4 deletions
diff --git a/ham/linpsk/patches/patch-ai b/ham/linpsk/patches/patch-ai
index 4c0fc74b14b..fb7d50304ee 100644
--- a/ham/linpsk/patches/patch-ai
+++ b/ham/linpsk/patches/patch-ai
@@ -1,7 +1,7 @@
-$NetBSD: patch-ai,v 1.2 2005/08/15 14:03:53 wulf Exp $
+$NetBSD: patch-ai,v 1.3 2016/12/25 21:45:09 joerg Exp $
---- src/spectrumdisplay.cpp.orig 2005-03-13 20:32:03.000000000 +1030
-+++ src/spectrumdisplay.cpp 2005-08-15 07:24:05.000000000 +0930
+--- src/spectrumdisplay.cpp.orig 2005-03-13 10:02:03.000000000 +0000
++++ src/spectrumdisplay.cpp
@@ -21,6 +21,8 @@
#include <qpainter.h>
#include <qsplitter.h>
@@ -11,7 +11,12 @@ $NetBSD: patch-ai,v 1.2 2005/08/15 14:03:53 wulf Exp $
#include "spectrumdisplay.h"
#include "crxchannel.h"
#include "parameter.h"
-@@ -178,7 +180,7 @@
+@@ -174,11 +176,11 @@ p.setBrush(white);
+
+ for (CRxChannel *pRx=settings.ChannelChain;pRx != 0;pRx= pRx->getNextChannel())
+ {
+- if ( Farbe > 0)
++ if ( Farbe )
{
int ID = pRx->getID();
if ( ID >= 0 && ID < Farbe->size() )