Thraka/SadConsole

ComboBox dropdown doesn't take FontSize of parent in consideration

Ven0maus opened this issue · 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