vi-eclipse / Eclipse-Platform

Umbrella repository for managing a backlog of features/issues related to the Eclipse Platform
2 stars 0 forks source link

Allow to call Display.setRescalingAtRuntime() after shells have been created #115

Open HeikoKlare opened 3 months ago

HeikoKlare commented 3 months ago

Calling Display.setRescalingAtRuntime() is currently only allowed when no shell has been instantiated yet, as otherwise the behavior is not determined.

The method implementation shall be extended so that it can also be called after shells have been created on the display.

akoch-yatta commented 1 month ago

After the investigation regarding #118 I don't know if this is possible, I would event assume it is not possible. Everything that is already created has inherited the DPI Awareness at creation time which cannot be changed afterwards. Only newly created elements will be affected