Skip to content
Snippets Groups Projects
Commit 35cf3602 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Remember/restore the current lightbar position on the Message Options menu

parent 84a36c71
No related branches found
No related tags found
No related merge requests found
Pipeline #5447 passed
...@@ -1100,6 +1100,7 @@ void msg_opts() ...@@ -1100,6 +1100,7 @@ void msg_opts()
{ {
char str[128]; char str[128];
static int msg_dflt; static int msg_dflt;
static int msg_bar;
int i,j,n; int i,j,n;
while(1) { while(1) {
...@@ -1168,7 +1169,7 @@ void msg_opts() ...@@ -1168,7 +1169,7 @@ void msg_opts()
"private E-mail and public posts in public message areas, sub-boards.\n" "private E-mail and public posts in public message areas, sub-boards.\n"
; ;
switch(uifc.list(WIN_ORG|WIN_ACT|WIN_MID|WIN_CHE,0,0,72,&msg_dflt,0 switch(uifc.list(WIN_ORG|WIN_ACT|WIN_MID|WIN_CHE,0,0,72,&msg_dflt, &msg_bar
,"Message Options",opt)) { ,"Message Options",opt)) {
case -1: case -1:
i=save_changes(WIN_MID); i=save_changes(WIN_MID);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment