fix being unable to click link signs unless zoom window is out

This commit is contained in:
jacob1 2014-08-15 11:53:18 -04:00
parent ae886048f4
commit 2416a9b454

View File

@ -625,7 +625,7 @@ bool GameView::GetPlacingSave()
bool GameView::GetPlacingZoom() bool GameView::GetPlacingZoom()
{ {
return !zoomCursorFixed; return zoomEnabled && !zoomCursorFixed;
} }
void GameView::NotifyActiveToolsChanged(GameModel * sender) void GameView::NotifyActiveToolsChanged(GameModel * sender)