diff --git a/src/components/GuiList.cpp b/src/components/GuiList.cpp index b291c9cf2..0476d6759 100644 --- a/src/components/GuiList.cpp +++ b/src/components/GuiList.cpp @@ -41,7 +41,7 @@ void GuiList::onRender() //number of entries that can fit on the screen simultaniously int screenCount = (Renderer::getScreenHeight() - cutoff) / entrySize; - screenCount -= 1; + //screenCount -= 1; if((int)mRowVector.size() >= screenCount) {