equal
deleted
inserted
replaced
256 DropDownMenuWndProc, |
256 DropDownMenuWndProc, |
257 WC_DROPDOWN_MENU, |
257 WC_DROPDOWN_MENU, |
258 _dropdown_menu_widgets); |
258 _dropdown_menu_widgets); |
259 |
259 |
260 dw->widget[0].color = wi->color; |
260 dw->widget[0].color = wi->color; |
261 dw->widget[0].right = width + 1; |
261 dw->widget[0].right = width - 1; |
262 dw->widget[0].bottom = height - 1; |
262 dw->widget[0].bottom = height - 1; |
263 |
263 |
264 dw->SetWidgetHiddenState(1, !scroll); |
264 dw->SetWidgetHiddenState(1, !scroll); |
265 |
265 |
266 if (scroll) { |
266 if (scroll) { |