mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-13 20:04:01 +02:00
fix being unable to click link signs unless zoom window is out
This commit is contained in:
@@ -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