From 035bbc5bf689839c8d8e7be37f347b0dd900fccf Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 24 Jan 2007 19:50:48 +0000 Subject: Eac one the files in this commit had an instance where a code path is never traversed because of conditionals operating on values that never change. --- (limited to 'noncore/games/solitaire/canvascard.cpp') diff --git a/noncore/games/solitaire/canvascard.cpp b/noncore/games/solitaire/canvascard.cpp index cd298ef..3ed9ea0 100644 --- a/noncore/games/solitaire/canvascard.cpp +++ b/noncore/games/solitaire/canvascard.cpp @@ -214,7 +214,7 @@ void CanvasCard::draw(QPainter &painter) } - if (p != &painter) + if (p != &painter && unscaledCard) { p->end(); QPixmap *scaledCard = CreateScaledPixmap( unscaledCard, scaleX, scaleY ); -- cgit v0.9.0.2