summaryrefslogtreecommitdiffstats
path: root/MetersPanel.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-08-20 01:34:52 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-08-20 01:34:52 -0300
commitc7387fac1516ef0dec3ddc92771a2986fe2067b4 (patch)
tree223120955eec82789354abd1090089029a6b269e /MetersPanel.c
parent4597014ea33ae1afa3280d39732dd1410734a939 (diff)
Fix mouse click on meters setup function bar
Diffstat (limited to 'MetersPanel.c')
-rw-r--r--MetersPanel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MetersPanel.c b/MetersPanel.c
index f0106daf..92f709c7 100644
--- a/MetersPanel.c
+++ b/MetersPanel.c
@@ -32,7 +32,7 @@ struct MetersPanel_ {
static const char* MetersFunctions[] = {"Type ", "Move ", "Delete", "Done ", NULL};
static const char* MetersKeys[] = {"Space", "Enter", "Del", "Esc"};
-static int MetersEvents[] = {' ', 13, 27, KEY_DC};
+static int MetersEvents[] = {' ', 13, KEY_DC, 27};
static void MetersPanel_delete(Object* object) {
Panel* super = (Panel*) object;

© 2014-2024 Faster IT GmbH | imprint | privacy policy