Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grid and guides should not be displayed in previews #205

Closed
novhack opened this issue Apr 15, 2020 · 2 comments
Closed

Grid and guides should not be displayed in previews #205

novhack opened this issue Apr 15, 2020 · 2 comments
Labels
bug Something isn't working change Proposes changes on how something works

Comments

@novhack
Copy link
Contributor

novhack commented Apr 15, 2020

Both previews are currently showing grid and guides but those should be visible only on the main canvas.
Screenshot_20200415_214459

@OverloadedOrama OverloadedOrama added change Proposes changes on how something works enhancement New feature or request labels Apr 16, 2020
@OverloadedOrama
Copy link
Member

This happens because the world_2d of these viewports is set to be the same as the world_2d of the main viewport. This means that they're showing the exact same things as the main viewport. This should be easy to change, I'll work on it for a future update.

OverloadedOrama added a commit that referenced this issue Jun 11, 2020
…in viewport's

A "CanvasPreview" Node2D has been added to every preview viewport, where it draws the current frame. This solves #205.
@OverloadedOrama
Copy link
Member

Fixed in e6aea97.

@OverloadedOrama OverloadedOrama added bug Something isn't working and removed enhancement New feature or request labels Jun 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working change Proposes changes on how something works
Projects
None yet
Development

No branches or pull requests

2 participants