Skip to content

Investigate the ordered usage of Shell::setLocation and Shell::setSize #293

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

Open
amartya4256 opened this issue Apr 30, 2025 · 0 comments · May be fixed by eclipse-platform/eclipse.platform.swt#2147
Assignees
Labels
HiDPI A HiDPI-Related Issue or Feature SWT Issue for SWT
Milestone

Comments

@amartya4256
Copy link

amartya4256 commented Apr 30, 2025

Description
As discussed in #241, every usage of Shell#setLocation and Shell#setSize together should be in the following order:

control.setSize();
control.setLocation();
@amartya4256 amartya4256 added HiDPI A HiDPI-Related Issue or Feature SWT Issue for SWT labels Apr 30, 2025
@amartya4256 amartya4256 added this to the 4.36 M2 milestone Apr 30, 2025
@amartya4256 amartya4256 moved this to 🆕 New in HiDPI Apr 30, 2025
@amartya4256 amartya4256 moved this from 🆕 New to 🔖 Ready: Atomic in HiDPI Apr 30, 2025
@fedejeanne fedejeanne modified the milestones: 4.36 M2, 4.36 M3 May 12, 2025
@ShahzaibIbrahim ShahzaibIbrahim moved this from 🔖 Ready: Atomic to 🏗 In Work: Short in HiDPI May 13, 2025
@ShahzaibIbrahim ShahzaibIbrahim self-assigned this May 13, 2025
@ShahzaibIbrahim ShahzaibIbrahim moved this from 🏗 In Work: Short to 👀 In Review in HiDPI May 13, 2025
@HeikoKlare HeikoKlare changed the title Investigate the ordered usage of Control:setLocation and Control:setSize Investigate the ordered usage of Shell::setLocation and Shell::setSize May 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HiDPI A HiDPI-Related Issue or Feature SWT Issue for SWT
Projects
Status: 👀 In Review
Development

Successfully merging a pull request may close this issue.

3 participants