Skip to content

Commit

Permalink
this should allow you to place the zoom window while selecting an are…
Browse files Browse the repository at this point in the history
…a to stamp
  • Loading branch information
jacob1 committed Oct 31, 2014
1 parent 5654425 commit 377a992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/game/GameView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ void GameView::OnMouseDown(int x, int y, unsigned button)
{
if (selectMode != SelectNone)
{
if (button == BUTTON_LEFT)
if (button == BUTTON_LEFT && selectPoint1.X == -1)
{
selectPoint1 = c->PointTranslate(ui::Point(x, y));
selectPoint2 = selectPoint1;
Expand Down

0 comments on commit 377a992

Please sign in to comment.