From 11b1f6dfb052731766a923e1c3ebea3a92dc8ab5 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 16 Sep 2020 14:23:00 +0200 Subject: [PATCH] down arrow in menus now works opposite to the up arrow (rolls around) --- dialogs.cpp | 4 +++- hypgraph.cpp | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dialogs.cpp b/dialogs.cpp index 55f5349d..46db4c23 100644 --- a/dialogs.cpp +++ b/dialogs.cpp @@ -566,8 +566,10 @@ EX namespace dialog { else if(items[i].body == highlight_text) state = 1; } for(int i=0; i