From b72d90431bf1bf3235213612daad275836bcbb9f Mon Sep 17 00:00:00 2001 From: tille Date: Wed, 26 Jun 2002 10:41:53 +0000 Subject: bugreport #75 and fix from cmader --- (limited to 'noncore/games/solitaire/patiencecardgame.cpp') diff --git a/noncore/games/solitaire/patiencecardgame.cpp b/noncore/games/solitaire/patiencecardgame.cpp index 1501d2f..fc91b26 100644 --- a/noncore/games/solitaire/patiencecardgame.cpp +++ b/noncore/games/solitaire/patiencecardgame.cpp @@ -194,6 +194,9 @@ bool PatienceCardGame::mousePressCard( Card *card, QPoint p ) item->flipTo( 30, (int)item->y() ); else item->flipTo( 35, (int)item->y() ); + } else { + // fix from cmader by tille + return false; } moving = NULL; moved = FALSE; -- cgit v0.9.0.2