As reported a long time ago in #3571 and most recently by temple in D689, if we have
- a dropdown with a relative size ("x%+y") and
- that dropdown has an entry in the list that is so long that it does word-wrapping
- and we resize the window with alt+enter or some other key comibnation to instanlty change between two resolutions like 1024x768 and 1920x1280,
then we can observe that the dropdown height is wrong as it still uses the old dropdown height where the word has not been wrapped (while now it has to be / vice versa).
Therefore we must rebuild the texts after the new size is known too.