Skip to content

Conversation

arunjose696
Copy link
Contributor

This change ensures that setBounds is applied before the zoomChangedEvent is dispatched. By doing so, event listeners of ZoomChanged could modify the shell size additionally if required.

For example, this is useful in eclipse-platform/eclipse.platform.ui#3212 , where the shell size needs to be set by a ZoomChanged listener.

Copy link
Contributor

github-actions bot commented Aug 22, 2025

Test Results

   546 files  + 7     546 suites  +7   37m 33s ⏱️ + 3m 59s
 4 426 tests +54   4 409 ✅ +52   17 💤 +3  0 ❌  - 1 
16 750 runs  +54  16 623 ✅ +52  127 💤 +3  0 ❌  - 1 

Results for commit 0dcefc9. ± Comparison against base commit 1eb32bc.

♻️ This comment has been updated with latest results.

zoomChangedEvent

This change ensures that setBounds is applied before the
zoomChangedEvent is dispatched.
By doing so, event listeners of ZoomChanged can modify the shell size
additionally if required.

For example, this is useful in
eclipse-platform/eclipse.platform.ui#3212
, where the shell size needs to be set by the ZoomChanged listener.
@arunjose696 arunjose696 force-pushed the arunjose696/400/reorderHandleMonitorSpecificDPIChanged branch from 9de608f to 0dcefc9 Compare August 25, 2025 07:17
@arunjose696 arunjose696 marked this pull request as ready for review August 25, 2025 14:24
@akoch-yatta akoch-yatta marked this pull request as draft August 26, 2025 08:42
@akoch-yatta akoch-yatta marked this pull request as ready for review August 26, 2025 08:51
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

Successfully merging this pull request may close these issues.

Modify handleMonitorSpecificDpiChange to call setBounds before sending zoomChangedEvent
1 participant