Skip to content

Commit

Permalink
fix being unable to click link signs unless zoom window is out
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Aug 15, 2014
1 parent ae88604 commit 2416a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/game/GameView.cpp
Expand Up @@ -625,7 +625,7 @@ bool GameView::GetPlacingSave()

bool GameView::GetPlacingZoom()
{
return !zoomCursorFixed;
return zoomEnabled && !zoomCursorFixed;
}

void GameView::NotifyActiveToolsChanged(GameModel * sender)
Expand Down

0 comments on commit 2416a9b

Please sign in to comment.