Browse Source

fix missing assignment

master
phillbush 3 years ago
parent
commit
289de21f8e
2 changed files with 4 additions and 0 deletions
  1. +3
    -0
      CHANGELOG
  2. +1
    -0
      xmenu.c

+ 3
- 0
CHANGELOG View File

@@ -1,5 +1,8 @@
CHANGELOG

4.5.2 (2021-01-09)
• Fixed missing line in xmenu.c.

4.5.1 (2021-01-09)
• Fixed SHIFT key; it cleared the selection, now it doesn't.



+ 1
- 0
xmenu.c View File

@@ -1383,6 +1383,7 @@ append:
break;
text[0] = '\0';
}
action = ACTION_SELECT | ACTION_DRAW;
break;
}
select = item;


Loading…
Cancel
Save