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

Background: shrink background surface #62

Open
pkulev opened this issue Apr 24, 2017 · 0 comments
Open

Background: shrink background surface #62

pkulev opened this issue Apr 24, 2017 · 0 comments

Comments

@pkulev
Copy link
Owner

pkulev commented Apr 24, 2017

Abstract

Background tries to render on border (I've learned it from renderer logs).
This is not quite good because:

  • Border is for GUI only, rendering other things on it breaks look.
  • Renderer doesn't render Backgound on border, but sends remove_obsolete signal almost every frame.

Implementation

Find place where Surface sends to renderer and don't use (x, 0) and (x, Settings.layout.border.y) coordinates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant