Browse Source

fix missing assignment

master
phillbush 4 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 CHANGELOG


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

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




+ 1
- 0
xmenu.c View File

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


||||||
x
 
000:0
Loading…
Cancel
Save