mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 05:53:02 +01:00
Rename WWT_DROPDOWN_BUTTON to WWT_BUTTON.
The previous name implied an exclusive association with dropdowns. While used to display the dropdown triangle button, this is not an exclusive use.
This commit is contained in:
@@ -134,7 +134,7 @@ void widget_draw(rct_drawpixelinfo *dpi, rct_window *w, rct_widgetindex widgetIn
|
||||
case WWT_FLATBTN:
|
||||
widget_flat_button_draw(dpi, w, widgetIndex);
|
||||
break;
|
||||
case WWT_DROPDOWN_BUTTON:
|
||||
case WWT_BUTTON:
|
||||
case WWT_TABLE_HEADER:
|
||||
widget_text_button(dpi, w, widgetIndex);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user