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

Create handles for ImageDataProvider and ImageFilenameProvider on demand #200

Open
akoch-yatta opened this issue Jan 21, 2025 · 0 comments
Labels
Enhancement A Request for an Enhancement of an Existing Feature HiDPI A HiDPI-Related Issue or Feature SWT Issue for SWT
Milestone

Comments

@akoch-yatta
Copy link

Currently for both an initial handle is always created on creation time. This is to some degree necessary because the expected width and height of the image is calculated this way. To create all handles on demand, the flow should be adapted, that width and height is calculated by initializing a temporary handles at creation time, that is immediately disposed afterwards

@akoch-yatta akoch-yatta added Enhancement A Request for an Enhancement of an Existing Feature HiDPI A HiDPI-Related Issue or Feature SWT Issue for SWT labels Jan 21, 2025
@akoch-yatta akoch-yatta added this to the 4.36 M1 milestone Jan 21, 2025
@akoch-yatta akoch-yatta moved this to 🔖 Ready: Atomic in HiDPI Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement A Request for an Enhancement of an Existing Feature HiDPI A HiDPI-Related Issue or Feature SWT Issue for SWT
Projects
Status: 🔖 Ready: Atomic
Development

No branches or pull requests

1 participant