Ven0maus opened this issue 2 years ago · 1 comments
When the parent screenobject has a different fontsize than the _dropDownContainer, the position is wrong. Fix would be something like this:
_dropDownContainer.FontSize = ((ScreenSurface)_dropDownContainer.Parent).FontSize;
Fixed in 449ddc7