eclipse-windowbuilder / windowbuilder

Eclipse Windowbuilder
https://projects.eclipse.org/projects/tools.windowbuilder
Eclipse Public License 1.0
78 stars 30 forks source link

Always show scrollbar in property table to avoid obscured buttons #803

Closed ptziegler closed 2 months ago

ptziegler commented 2 months ago

This effectively disables the scrollbar overlay so avoid weird situations where buttons can't be clicked because they are obscured by the srollbar itself.

Furthermore updates to the latest GEF build in order to fix other issues where the scrollbar bounds are not considered when updating the bounds of the root figure.

Fixes https://github.com/eclipse-windowbuilder/windowbuilder/issues/795