diff -r fcf5fb2548eb -r 195d7f6dcf71 src/widgets/dropdown.cpp --- a/src/widgets/dropdown.cpp Tue Apr 15 00:47:19 2008 +0000 +++ b/src/widgets/dropdown.cpp Tue Apr 15 19:47:58 2008 +0000 @@ -258,7 +258,7 @@ _dropdown_menu_widgets); dw->widget[0].color = wi->color; - dw->widget[0].right = width + 1; + dw->widget[0].right = width - 1; dw->widget[0].bottom = height - 1; dw->SetWidgetHiddenState(1, !scroll);