From 70758cc70ef80632f6814c4fc4f9f13430bf8057 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Tue, 14 Aug 2012 16:07:50 +0100 Subject: Allow key releases when in stamp selecting/placement #104, #105 diff --git a/src/game/GameView.cpp b/src/game/GameView.cpp index 163c402..e73d509 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 -- cgit v0.9.2-21-gd62e