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

Some glitches in repainting (example: rectangle attached to frame) #17

Open
davidedc opened this issue Feb 12, 2015 · 0 comments
Open

Comments

@davidedc
Copy link

steps:

  • create a frame
  • create a rectangle
  • attach the rectangle to the frame so it's only partially inside the frame, like so:
    screen shot 2015-02-12 at 00 04 44

obtained:

  • moving the frame causes the rectangle to sort of break like so:
    screen shot 2015-02-12 at 00 04 49

expected:

  • the rectangle should be clipped at the frame edge as soon as attached to the frame, like so:
    screen shot 2015-02-12 at 00 13 44

(This is fixed in Zombie Kernel but it would need bisecting to find the fix since I fixed this long ago)

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

No branches or pull requests

1 participant