From 70758cc70ef80632f6814c4fc4f9f13430bf8057 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Tue, 14 Aug 2012 16:07:50 +0100 Subject: [PATCH] Allow key releases when in stamp selecting/placement #104, #105 --- src/game/GameView.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/game/GameView.cpp b/src/game/GameView.cpp index 163c40296..e73d5094e 100644 --- a/src/game/GameView.cpp +++ b/src/game/GameView.cpp @@ -1348,10 +1348,6 @@ void GameView::OnKeyRelease(int key, Uint16 character, bool shift, bool ctrl, bo if(colourRValue->IsFocused() || colourGValue->IsFocused() || colourBValue->IsFocused() || colourAValue->IsFocused()) return; - if(selectMode!=SelectNone) - { - return; - } if(!isMouseDown) drawMode = DrawPoints; else