dolphinsmalltalk / Dolphin

Dolphin Smalltalk Core Image
MIT License
301 stars 58 forks source link

Fix #1288: High Dpi: Status bars do not resize correctly on change of DPI #1299

Closed blairmcg closed 1 month ago

blairmcg commented 1 month ago

Remove StatusBar override of #wmDpiChangedBeforeParent:, which is not necessary since Windows and the superclass implementation do all the rescaling necessary. The override ends up scaling up or down again, causing the bar height to either grow or shrink too much.