1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 03:35:09 +01:00

Refactor UI/Interface misc to TitleCase (#13354)

* Refactor LandTool to Namespace

* Refactor Theme to TitleCase

* Refactor ViewportInteraction to TitleCase
This commit is contained in:
pizza2004
2020-11-03 03:59:00 -07:00
committed by GitHub
parent 6cc3f2f4a8
commit b0fd5f93d7
33 changed files with 202 additions and 199 deletions

View File

@@ -307,7 +307,7 @@ static void window_server_start_textinput(rct_window* w, rct_widgetindex widgetI
static void window_server_start_invalidate(rct_window* w)
{
colour_scheme_update_by_class(w, WC_SERVER_LIST);
ColourSchemeUpdateByClass(w, WC_SERVER_LIST);
widget_set_checkbox_value(w, WIDX_ADVERTISE_CHECKBOX, gConfigNetwork.advertise);
auto ft = Formatter::Common();