This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
xmenu
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix missing assignment
master
phillbush
4 years ago
parent
cbf67e5a45
commit
289de21f8e
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
CHANGELOG
+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;
Write
Preview
Loading…
Cancel
Save