parent
45b275be0d
commit
70758cc70e
@ -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())
|
if(colourRValue->IsFocused() || colourGValue->IsFocused() || colourBValue->IsFocused() || colourAValue->IsFocused())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if(selectMode!=SelectNone)
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if(!isMouseDown)
|
if(!isMouseDown)
|
||||||
drawMode = DrawPoints;
|
drawMode = DrawPoints;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user