Skip to content

Commit 0c77b89

Browse files
committed
Changelog: Show tooltips for player & tech level buttons.
We can't show tooltips on a unrelated context / form. The side-efect of this is that if tabs are used, then the items rendered on the first 'page' of the form don't get rendered on each addition page.
1 parent 2b39ab4 commit 0c77b89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/multimenu.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -602,11 +602,11 @@ void addMultiRequest(const char* searchDir, const char* fileExtension, UDWORD mo
602602
if(mode == MULTIOP_MAP)
603603
{
604604
memset(&sButInit, 0, sizeof(W_BUTINIT));
605-
sButInit.formID = M_REQUEST;
605+
sButInit.formID = M_REQUEST_TAB;
606606
sButInit.id = M_REQUEST_C1;
607607
sButInit.style = WBUT_PLAIN;
608-
sButInit.x = 4;
609-
sButInit.y = 258;
608+
sButInit.x = 1;
609+
sButInit.y = 252;
610610
sButInit.width = 17;
611611
sButInit.height = 17;
612612
sButInit.UserData = 1;

0 commit comments

Comments
 (0)