fix missing assignment
authorphillbush <phillbush@cock.li>
Sat, 9 Jan 2021 22:25:06 +0000 (19:25 -0300)
committerphillbush <phillbush@cock.li>
Sat, 9 Jan 2021 22:25:06 +0000 (19:25 -0300)
CHANGELOG
xmenu.c

index 56acc46..1c74335 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,8 @@
                                CHANGELOG
 
                                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.
 
 4.5.1 (2021-01-09)
 • Fixed SHIFT key; it cleared the selection, now it doesn't.
 
diff --git a/xmenu.c b/xmenu.c
index 05d238a..5206338 100644 (file)
--- a/xmenu.c
+++ b/xmenu.c
@@ -1383,6 +1383,7 @@ append:
                                                break;
                                        text[0] = '\0';
                                }
                                                break;
                                        text[0] = '\0';
                                }
+                               action = ACTION_SELECT | ACTION_DRAW;
                                break;
                        }
                        select = item;
                                break;
                        }
                        select = item;