fix being unable to click link signs unless zoom window is out
This commit is contained in:
parent
ae886048f4
commit
2416a9b454
@ -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)
|
||||||
|
Reference in New Issue
Block a user