Skip to content

introduced quick fixes for the EaElements tableview#40

Merged
seventil merged 1 commit intodevelopfrom
table_view_fix_border_clicks
Apr 9, 2026
Merged

introduced quick fixes for the EaElements tableview#40
seventil merged 1 commit intodevelopfrom
table_view_fix_border_clicks

Conversation

@seventil
Copy link
Copy Markdown

@seventil seventil commented Mar 24, 2026

This PR introduces two fixes for TableView:

pressdelay fixes the non-registered clicks right after scrolling. The value 10 does not introduce any actual delays. Validated that fix in my selectable tableview.

antialiasing fixes the issue that border disappears sometimes on scaled screens like mine (125% scaling). Validated in EasyShapes app as I could reproduce a missing border there:

antialiasing: true in table border Rectangle:
image

antialiasing: false in table border Rectangle:
image

@seventil seventil requested a review from AndrewSazonov March 24, 2026 13:26
@seventil seventil self-assigned this Mar 24, 2026
@seventil seventil added [scope] bug Bug report or fix (major.minor.PATCH) [priority] low Low importance labels Mar 24, 2026
Copy link
Copy Markdown
Member

@AndrewSazonov AndrewSazonov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks good to me.

@seventil seventil merged commit 7d76ac2 into develop Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[priority] low Low importance [scope] bug Bug report or fix (major.minor.PATCH)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants