summaryrefslogtreecommitdiff
path: root/Mozo/MainWindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mozo/MainWindow.py')
-rw-r--r--Mozo/MainWindow.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mozo/MainWindow.py b/Mozo/MainWindow.py
index 92f46c3..41fa9a5 100644
--- a/Mozo/MainWindow.py
+++ b/Mozo/MainWindow.py
@@ -128,6 +128,8 @@ class MainWindow:
found = True
if item[3].get_type() == matemenu.TYPE_SEPARATOR:
if not isinstance(item_id, tuple):
+ #we may not skip the increment via "continue"
+ i += 1
continue
#separators have no id, have to find them manually
#probably won't work with two separators together