... | ... |
@@ -130,7 +130,7 @@ displayClass.setMFDPages = func { |
130 | 130 |
o.type = firstEntry ? 'selected' : 'editable'; |
131 | 131 |
o.type ~= '|end-of-line'; |
132 | 132 |
o.callback = me.device.buttons.MFD_page_wrapper; |
133 |
- firstEntry = ! firstEntry; |
|
133 |
+ firstEntry = 0; |
|
134 | 134 |
} |
135 | 135 |
else |
136 | 136 |
o.type = 'normal|end-of-line'; |