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

Shape control is displayed in front of some controls at runtime #1526

Closed
marcoslm opened this issue Mar 13, 2023 · 2 comments
Closed

Shape control is displayed in front of some controls at runtime #1526

marcoslm opened this issue Mar 13, 2023 · 2 comments

Comments

@marcoslm
Copy link

Describe the bug
At runtime, the Shape control is displayed over some controls like Label and Image, even if we placed it behind them at design time.

To Reproduce
Simply place any of the mentioned controls overlapping a Shape control.

Expected behavior
The controls should look the same at runtime as they do at design time

Screenshots
imagen
imagen

Desktop (please complete the following information):

  • OS: Windows 10
  • twinBASIC beta 270

shape_control_overlap.zip

@sokinkeso
Copy link

The issue is that ,all lightweight controls (label, shape, line) are rendered in reverse Z-order at runtime.

@WaynePhillipsEA
Copy link
Collaborator

Fixed in BETA 273, thanks!

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

3 participants