Skip to content
Snippets Groups Projects
Commit eb71a0ef authored by deuce's avatar deuce
Browse files

Main window inactive on select. (is WIN_ACT inverted?)

parent dbe0f70a
No related branches found
No related tags found
No related merge requests found
......@@ -635,7 +635,7 @@ int main(int argc, char** argv) {
uifc.helpbuf= "`Synchronet Monitor:`\n"
"\nToDo: Add help.";
j=uifc.list(WIN_ORG|WIN_MID|WIN_ESC|WIN_DYN,0,0,70,&main_dflt,&main_bar
j=uifc.list(WIN_ORG|WIN_MID|WIN_ESC|WIN_ACT|WIN_DYN,0,0,70,&main_dflt,&main_bar
,str,mopt);
if(j==-2)
continue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment