Mon, 08 Nov 2021 06:22:16 +0200
* A dropdown related bug fix
Source/Gorgon/Widgets/Dropdown.h | file | annotate | diff | comparison | revisions |
--- a/Source/Gorgon/Widgets/Dropdown.h Sat Nov 06 07:00:26 2021 +0200 +++ b/Source/Gorgon/Widgets/Dropdown.h Mon Nov 08 06:22:16 2021 +0200 @@ -125,7 +125,7 @@ list.Move(Pixels(res.CoordinatesInExtender.X, res.CoordinatesInExtender.Y + GetCurrentHeight())); } - list.SetWidth(GetWidth()); + list.SetWidth(Pixels(GetCurrentWidth())); list.SetFloating(true); res.Extender->Add(list);