space around operators, etc.

This commit is contained in:
Thomas Bernard 2019-01-08 20:58:42 +01:00
parent 02cf6ac99a
commit 21da97be6a
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C

View File

@ -2955,8 +2955,7 @@ T_Dropdown_choice * Dropdown_activate(T_Dropdown_button *button, short off_x, sh
{ {
color_1 = MC_White; color_1 = MC_White;
color_2 = MC_Dark; color_2 = MC_Dark;
Window_rectangle(x, y, Window_rectangle(x, y, item_width - 5, 8, MC_Dark);
item_width-5,8,MC_Dark);
} }
else else
{ {